SectionOutlet 类

定义

呈现组件提供 SectionContent 的内容,这些组件与 匹配 SectionId

public sealed class SectionOutlet : IDisposable, Microsoft.AspNetCore.Components.IComponent
type SectionOutlet = class
    interface IComponent
    interface IDisposable
Public NotInheritable Class SectionOutlet
Implements IComponent, IDisposable
继承
SectionOutlet
实现

构造函数

SectionOutlet()

呈现组件提供 SectionContent 的内容,这些组件与 匹配 SectionId

属性

SectionId

获取或设置确定 Object 哪些 SectionContent 实例将为此实例提供内容的 ID。

SectionName

获取或设置确定 String 哪些 SectionContent 实例将为此实例提供内容的 ID。

方法

Dispose()

呈现组件提供 SectionContent 的内容,这些组件与 匹配 SectionId

显式接口实现

IComponent.Attach(RenderHandle)

呈现组件提供 SectionContent 的内容,这些组件与 匹配 SectionId

IComponent.SetParametersAsync(ParameterView)

呈现组件提供 SectionContent 的内容,这些组件与 匹配 SectionId

适用于