ScriptManager.GetRegisteredExpandoAttributes Metod

Definition

Hämtar en skrivskyddad samling anpassade attribut (expando) som tidigare registrerats med Page objektet.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Web::UI::RegisteredExpandoAttribute ^> ^ GetRegisteredExpandoAttributes();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredExpandoAttribute> GetRegisteredExpandoAttributes();
member this.GetRegisteredExpandoAttributes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredExpandoAttribute>
Public Function GetRegisteredExpandoAttributes () As ReadOnlyCollection(Of RegisteredExpandoAttribute)

Returer

En allmän samling som innehåller anpassade attribut.

Exempel

RegisterExpandoAttribute

RegisterExpandoAttribute

RegisteredExpandoAttribute

Kommentarer

Ett anpassat attribut är ett namn/värde-par som kan läsas och anges av klientskriptet.

Gäller för