System.Web.UI.Design.IHtmlControlDesignerBehavior.GetAttribute Method

Gets the specified attribute.

Syntax

public object GetAttribute (string attribute, bool ignoreCase)

Parameters

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

Returns

The attribute that was retrieved.

Remarks

Note:

The IHtmlControlDesignerBehavior.GetAttribute(string, bool) method is obsolete. Use the IControlDesignerTag.GetAttribute(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