IHtmlControlDesignerBehavior.GetAttribute Method (String, Boolean)

 

Gets the specified attribute.

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

abstract GetAttribute : 
        attribute:string *
        ignoreCase:bool -> Object

Parameters

attribute
Type: System.String

The attribute to retrieve.

ignoreCase
Type: System.Boolean

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

Return Value

Type: System.Object

The attribute that was retrieved.

System_CAPS_noteNote

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

.NET Framework
Available since 1.1
Return to top
Show: