LinkedResourceCollection.RemoveAt

LinkedResourceCollection.RemoveAt method

Removes the element at the specified index from this collection.

public void RemoveAt(int index, bool removeHtmlLink)
ParameterTypeDescription
indexInt32The zero-based index of the element to remove.
removeHtmlLinkBooleanDefines need remove link from html body or not.

See Also