Condividi tramite


RouteView.DefaultLayout Proprietà

Definizione

Ottiene o imposta il tipo di un layout da utilizzare se la pagina non dichiara alcun layout. Se specificato, il tipo deve implementare e accettare IComponent un parametro denominato Body.

public:
 property Type ^ DefaultLayout { Type ^ get(); void set(Type ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public Type DefaultLayout { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.DefaultLayout : Type with get, set
Public Property DefaultLayout As Type

Valore della proprietà

Attributi

Si applica a