IHtmlControlDesignerBehavior.RemoveAttribute Method (String, Boolean)

 

Removes the specified attribute.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Sub RemoveAttribute (
	attribute As String,
	ignoreCase As Boolean
)

Parameters

attribute
Type: System.String

The attribute to remove.

ignoreCase
Type: System.Boolean

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

System_CAPS_noteNote

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

.NET Framework
Available since 1.1
Return to top
Show: