SectionOutlet 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呈現元件提供 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 的 。 |