IHtmlControlDesignerBehavior.RemoveAttribute(String, Boolean) Method

Definition

Removes the specified attribute.

public:
 void RemoveAttribute(System::String ^ attribute, bool ignoreCase);
public void RemoveAttribute (string attribute, bool ignoreCase);
abstract member RemoveAttribute : string * bool -> unit
Public Sub RemoveAttribute (attribute As String, ignoreCase As Boolean)

Parameters

attribute
String

The attribute to remove.

ignoreCase
Boolean

true if the attribute syntax is case-insensitive; otherwise, false.

Remarks

Note

The RemoveAttribute method is obsolete. Use the RemoveAttribute method on the Tag property of the ControlDesigner class for equivalent control designer functionality.

Applies to

See also