LayoutView 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示指定布局中的指定内容以及任何进一步的嵌套布局。
public ref class LayoutView : Microsoft::AspNetCore::Components::IComponent
public class LayoutView : Microsoft.AspNetCore.Components.IComponent
type LayoutView = class
interface IComponent
Public Class LayoutView
Implements IComponent
- 继承
-
LayoutView
- 实现
构造函数
LayoutView() |
显示指定布局中的指定内容以及任何进一步的嵌套布局。 |
属性
ChildContent |
获取或设置要显示的内容。 |
Layout |
获取或设置要在其中显示内容的布局的类型。 类型必须实现 IComponent 并接受名为 的参数 Body。 |
方法
Attach(RenderHandle) |
将组件附加到 RenderHandle。 |
SetParametersAsync(ParameterView) |
设置组件父级在呈现树中提供的参数。 |