SectionContent 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向具有匹配 SectionId的组件提供内容SectionOutlet。
public sealed class SectionContent : IDisposable, Microsoft.AspNetCore.Components.IComponent
type SectionContent = class
interface IComponent
interface IDisposable
Public NotInheritable Class SectionContent
Implements IComponent, IDisposable
- 继承
-
SectionContent
- 实现
构造函数
SectionContent() |
向具有匹配 SectionId的组件提供内容SectionOutlet。 |
属性
ChildContent |
获取或设置要呈现在相应 SectionOutlet 实例中的内容。 |
SectionId |
获取或设置确定 Object 哪个 SectionOutlet 实例将呈现此实例的内容的 ID。 |
SectionName |
获取或设置确定 String 哪个 SectionOutlet 实例将呈现此实例的内容的 ID。 |
方法
Dispose() |
向具有匹配 SectionId的组件提供内容SectionOutlet。 |
显式接口实现
IComponent.Attach(RenderHandle) |
向具有匹配 SectionId的组件提供内容SectionOutlet。 |
IComponent.SetParametersAsync(ParameterView) |
向具有匹配 SectionId的组件提供内容SectionOutlet。 |