Share via


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 實例將提供內容給這個實例。

SectionName

取得或設定 String 識別碼,決定哪些 SectionContent 實例將提供內容給這個實例。

方法

Dispose()

呈現元件提供 SectionContent 的內容,其中包含相符 SectionId 的 。

明確介面實作

IComponent.Attach(RenderHandle)

呈現元件提供 SectionContent 的內容,其中包含相符 SectionId 的 。

IComponent.SetParametersAsync(ParameterView)

呈現元件提供 SectionContent 的內容,其中包含相符 SectionId 的 。

適用於