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: virtual void RemoveRecognizedAttribute( String^ elementName, String^ attributeName )
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: