ViewLocationExpanderContext.PageName 属性

定义

获取页名。 这是从 Razor Pages 框架呈现页面时路由值的值 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

属性值

适用于