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

속성 값

적용 대상