HtmlAttributeCollectionRemove(String) Method

Remove the named attribute.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3112.4353
C#
public void Remove(
	string attributeName
)

Parameters

attributeName  String
Name of the attribute to remove.

See Also