Compartilhar via


LayoutView.Layout Propriedade

Definição

Obtém ou define o tipo do layout no qual exibir o conteúdo. O tipo deve implementar IComponent e aceitar um parâmetro chamado Body.

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

Valor da propriedade

Atributos

Aplica-se a