다음을 통해 공유


ViewContext.ExecutingFilePath 속성

정의

현재 렌더링 중인 뷰 파일의 경로를 가져오거나 설정합니다.

public:
 property System::String ^ ExecutingFilePath { System::String ^ get(); void set(System::String ^ value); };
public string ExecutingFilePath { get; set; }
public string? ExecutingFilePath { get; set; }
member this.ExecutingFilePath : string with get, set
Public Property ExecutingFilePath As String

속성 값

설명

뷰 렌더링에는 하나 이상의 파일(예: _ViewStart, 레이아웃 등)이 포함될 수 있습니다. 이 속성에는 현재 렌더링 중인 파일의 경로가 포함됩니다.

적용 대상