SectionContent クラス

定義

一致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コンテンツを提供します。

適用対象