LayoutView.Layout Property

Definition

Gets or sets the type of the layout in which to display the content. The type must implement IComponent and accept a parameter named 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

Property Value

Attributes

Applies to