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 元素中删除特性。 已识别的属性将从属性引用RecognizedAttributesChtmlTextWriter 对象的已识别属性Hashtable集合中删除。

适用于

另请参阅