PageParser.DefaultUserControlBaseType Proprietà

Definizione

Ottiene o imposta il tipo da cui derivano tutti i controlli utente.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static property Type ^ DefaultUserControlBaseType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultUserControlBaseType { get; set; }
static member DefaultUserControlBaseType : Type with get, set
Public Shared Property DefaultUserControlBaseType As Type

Valore della proprietà

Tipo da cui derivano i controlli utente.

Commenti

È necessario accedere a questa proprietà prima che si verifichi l'evento PreApplicationStart nel file Global.asax.

Si applica a