PageRouteModel.ViewEnginePath 속성

정의

페이지 검색의 기본 경로를 기준으로 경로를 가져옵니다.

이 값은 페이지 루트 디렉터리를 기준으로 확장명 없는 파일의 경로입니다. 예를 들어 /Pages/Catalog/Antiques.cshtml 파일의 은 입니다.ViewEnginePath/Catalog/Antiques

영역에서 이 값은 지정된 영역에 대한 페이지 루트 디렉터리를 기준으로 확장명 없는 파일의 경로입니다. 예를 들어 Areas/Identity/Pages/Manage/Accounts.cshtml 파일의 은 입니다/Manage/Accounts.ViewEnginePath

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

속성 값

적용 대상