XhtmlTextWriter.RemoveRecognizedAttribute(String, String) Method

Definition

Removes an attribute from the ElementSpecificAttributes collection of an element.

public:
 virtual void RemoveRecognizedAttribute(System::String ^ elementName, System::String ^ attributeName);
public virtual void RemoveRecognizedAttribute (string elementName, string attributeName);
abstract member RemoveRecognizedAttribute : string * string -> unit
override this.RemoveRecognizedAttribute : string * string -> unit
Public Overridable Sub RemoveRecognizedAttribute (elementName As String, attributeName As String)

Parameters

elementName
String

The XHTML element to remove an attribute from.

attributeName
String

The attribute to remove from the specified XHTML element.

Applies to

See also