ViewLocationExpanderContext.PageName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得頁面名稱。 從 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