共用方式為


ChtmlTextWriter.RemoveRecognizedAttribute(String, String) 方法

定義

移除 ChtmlTextWriter 物件之 cHTML 項目的屬性。

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)

參數

elementName
String

要移除屬性的 cHTML 項目。

attributeName
String

要從 elementName 移除的屬性。

備註

方法 RemoveRecognizedAttribute 會從 cHTML 元素中移除屬性。 辨識的屬性會從 屬性所參考 RecognizedAttributes 物件的辨識屬性 Hashtable 集合 ChtmlTextWriter 中移除。

適用於

另請參閱