IHtmlControlDesignerBehavior.GetAttribute Method
.NET Framework 3.0
Gets the specified attribute.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
Object GetAttribute ( String attribute, boolean ignoreCase )
function GetAttribute ( attribute : String, ignoreCase : boolean ) : Object
Not applicable.
Parameters
- attribute
The attribute to retrieve.
- ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.
Return Value
The attribute that was retrieved. Note: |
|---|
| The GetAttribute method is obsolete. Use the GetAttribute method on the Tag property of the ControlDesigner class for equivalent control designer functionality. |
Community Additions
ADD
Show:
Note: