XhtmlTextWriter.RemoveRecognizedAttribute Method (String, String)
.NET Framework (current version)
Removes an attribute from the ElementSpecificAttributes collection of an element.
Assembly: System.Web (in System.Web.dll)
Public Overridable Sub RemoveRecognizedAttribute ( elementName As String, attributeName As String )
Parameters
- elementName
-
Type:
System.String
The XHTML element to remove an attribute from.
- attributeName
-
Type:
System.String
The attribute to remove from the specified XHTML element.
.NET Framework
Available since 2.0
Available since 2.0
Show: