HtmlAttributeCollectionRemove(String) Method

Remove the named attribute.

Definition

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

Parameters

name  String
Name of the attribute to remove.

See Also