HtmlTextWriter.GetAttributeName Method (HtmlTextWriterAttribute)

 

Obtains the name of the markup attribute associated with the specified HtmlTextWriterAttribute value.

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

member GetAttributeName : 
        attrKey:HtmlTextWriterAttribute -> string

Parameters

attrKey
Type: System.Web.UI.HtmlTextWriterAttribute

The HtmlTextWriterAttribute to obtain the markup attribute name for.

Return Value

Type: System.String

A string containing the name of the markup attribute.

The GetAttributeName method returns an empty string (""), if attrKey is not a valid HtmlTextWriterAttribute value.

The following code example shows how to use the GetAttributeName method to convert a Size enumeration value to its string name.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: