XhtmlTextWriter.RemoveRecognizedAttribute Method (String, String)

 

Removes an attribute from the ElementSpecificAttributes collection of an element.

Namespace:   System.Web.UI
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
Return to top
Show: