RouteView.DefaultLayout Propriedade

Definição

Obtém ou define o tipo de um layout a ser usado se a página não declarar nenhum layout. Se especificado, o tipo deve implementar IComponent e aceitar um parâmetro chamado 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

Valor da propriedade

Atributos

Aplica-se a