This documentation is archived and is not being maintained.
ClientScriptManager::RegisterExpandoAttribute Method
Visual Studio 2010
Registers a name/value pair as a custom (expando) attribute of the specified control.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RegisterExpandoAttribute(String, String, String) | Registers a name/value pair as a custom (expando) attribute of the specified control given a control ID, attribute name, and attribute value. |
|
RegisterExpandoAttribute(String, String, String, Boolean) | Registers a name/value pair as a custom (expando) attribute of the specified control given a control ID, an attribute name, an attribute value, and a Boolean value indicating whether to encode the attribute value. |
Show: