次の方法で共有


ViewLocationExpanderContext.PageName プロパティ

定義

ページの名前を取得します。 これは、Razor Pages フレームワークから Page を page レンダリングするときのルート値の値になります。 この値は null 、コントローラーの結果としてビューをレンダリングする場合になります。

public:
 property System::String ^ PageName { System::String ^ get(); };
public string PageName { get; }
public string? PageName { get; }
member this.PageName : string
Public ReadOnly Property PageName As String

プロパティ値

適用対象