次の方法で共有


XhtmlTextWriter.RemoveRecognizedAttribute(String, String) メソッド

定義

要素の ElementSpecificAttributes コレクションから属性を削除します。

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

属性を削除する XHTML 要素。

attributeName
String

指定された XHTML 要素から削除する属性。

適用対象

こちらもご覧ください