System.Web.UI.Design.IHtmlControlDesignerBehavior.RemoveAttribute Method

Removes the specified attribute.

Syntax

public void RemoveAttribute (string attribute, bool ignoreCase)

Parameters

attribute
The attribute to remove.
ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.

Remarks

Note:

The IHtmlControlDesignerBehavior.RemoveAttribute(string, bool) method is obsolete. Use the IControlDesignerTag.RemoveAttribute(string) method on the ControlDesigner.Tag property of the System.Web.UI.Design.ControlDesigner class for equivalent control designer functionality.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0