XhtmlTextWriter.RemoveRecognizedAttribute Method
.NET Framework 3.0
Removes an attribute from the ElementSpecificAttributes collection of an element.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual void RemoveRecognizedAttribute ( String^ elementName, String^ attributeName )
public void RemoveRecognizedAttribute ( String elementName, String attributeName )
public function RemoveRecognizedAttribute ( elementName : String, attributeName : String )
Not applicable.
Parameters
- elementName
The XHTML element to remove an attribute from.
- attributeName
The attribute to remove from the specified XHTML element.
Community Additions
ADD
Show: