Compartir a través de


LayoutView.Layout Propiedad

Definición

Obtiene o establece el tipo del diseño en el que se va a mostrar el contenido. El tipo debe implementar IComponent y aceptar un parámetro denominado 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 de propiedad

Atributos

Se aplica a