RegisteredExpandoAttribute Class
Provides access to the name/value pair of a custom (expando) attribute that was previously registered with the Page object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | Control | Gets the control that registered the custom (expando) attribute. |
![]() | ControlId | Gets the identifier of the control that registered the custom (expando) attribute. |
![]() | Encode | Gets a value that indicates whether the custom (expando) attribute is encoded. |
![]() | Name | Gets the name of the custom (expando) attribute. |
![]() | Value | Gets the value of the custom (expando) attribute. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

