LayoutView.Layout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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