ChtmlTextWriter.RecognizedAttributes Property

 

Gets a Hashtable object of recognized attributes that could be rendered on cHTML elements.

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

Protected ReadOnly Property RecognizedAttributes As Hashtable

Property Value

Type: System.Collections.Hashtable

A Hashtable of recognized cHTML attributes.

Use the AddRecognizedAttribute method to add recognized attributes to the recognized attributes collection.

.NET Framework
Available since 2.0
Return to top
Show: