XhtmlTextWriter.RemoveRecognizedAttribute(String, String) Methode

Definition

Entfernt ein Attribut aus der ElementSpecificAttributes-Auflistung eines Elements.

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)

Parameter

elementName
String

Das XHTML-Element, aus dem ein Attribut entfernt werden soll.

attributeName
String

Das Attribut, das aus dem angegebenen XHTML-Element entfernt werden soll.

Gilt für:

Weitere Informationen