RouteView.DefaultLayout 屬性

定義

取得或設定當頁面未宣告任何版面配置時要使用的版面配置類型。 如果指定,類型必須實 IComponent 作並接受名為 的參數 Body

public:
 property Type ^ DefaultLayout { Type ^ get(); void set(Type ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public Type DefaultLayout { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.DefaultLayout : Type with get, set
Public Property DefaultLayout As Type

屬性值

屬性

適用於