IControlDesignerTag.GetAttribute Method (String)

 

Retrieves the value of the identified attribute on the tag.

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

abstract GetAttribute : 
        name:string -> string

Parameters

name
Type: System.String

The name of the attribute.

Return Value

Type: System.String

A string containing the value of the attribute.

.NET Framework
Available since 2.0
Return to top
Show: