共用方式為


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

屬性值

適用於