LayoutView 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示指定版面配置內的指定內容,以及任何進一步的巢狀配置。
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) |
在轉譯樹狀結構中設定元件父代所提供的參數。 |