Sdílet prostřednictvím


ChtmlTextWriter.RemoveRecognizedAttribute(String, String) Metoda

Definice

Odebere atribut cHTML element objektu ChtmlTextWriter .

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)

Parametry

elementName
String

CHTML element odebrat atribut z.

attributeName
String

Atribut, který se má odebrat z elementName.

Poznámky

Metoda RemoveRecognizedAttribute odebere atribut z elementu cHTML. Rozpoznaný atribut je odebrán z rozpoznané kolekce atributů Hashtable objektu ChtmlTextWriter , na RecognizedAttributes který odkazuje vlastnost.

Platí pro

Viz také