SectionContent.ChildContent 属性

定义

获取或设置要呈现在相应 SectionOutlet 实例中的内容。

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.RenderFragment? ChildContent { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ChildContent : Microsoft.AspNetCore.Components.RenderFragment with get, set
Public Property ChildContent As RenderFragment

属性值

属性

适用于