LayoutView.Layout 属性

定义

获取或设置要在其中显示内容的布局的类型。 类型必须实现 IComponent 并接受名为 的参数 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

属性值

属性

适用于