LayoutView クラス

定義

指定したレイアウト内の指定されたコンテンツと、その他の入れ子になったレイアウトを表示します。

public ref class LayoutView : Microsoft::AspNetCore::Components::IComponent
public class LayoutView : Microsoft.AspNetCore.Components.IComponent
type LayoutView = class
    interface IComponent
Public Class LayoutView
Implements IComponent
継承
LayoutView
実装

コンストラクター

LayoutView()

指定したレイアウト内の指定されたコンテンツと、その他の入れ子になったレイアウトを表示します。

プロパティ

ChildContent

表示するコンテンツを取得または設定します。

Layout

コンテンツを表示するレイアウトの種類を取得または設定します。 型は を実装 IComponent し、 という名前 Bodyのパラメーターを受け入れる必要があります。

メソッド

Attach(RenderHandle)

コンポーネントを に RenderHandleアタッチします。

SetParametersAsync(ParameterView)

レンダリング ツリー内のコンポーネントの親によって提供されるパラメーターを設定します。

適用対象