ScriptManager::GetRegisteredExpandoAttributes Method ()
.NET Framework (current version)
Retrieves a read-only collection of custom (expando) attributes that were previously registered with the Page object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<RegisteredExpandoAttribute^>^A generic collection that contains custom attributes.
A custom attribute is a name/value pair that can be read and set by client script.
.NET Framework
Available since 3.5
Available since 3.5
Show: