System.Web.UI.XhtmlTextWriter.RemoveRecognizedAttribute Method

Removes an attribute from the XhtmlTextWriter.ElementSpecificAttributes collection of an element.

Syntax

public virtual void RemoveRecognizedAttribute (string elementName, string attributeName)

Parameters

elementName
The XHTML element to remove an attribute from.
attributeName
The attribute to remove from the specified XHTML element.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0