ViewResult.ViewName 속성

정의

응답에 렌더링되는 뷰의 이름 또는 경로를 가져오거나 설정합니다.

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

속성 값

설명

인 경우 null기본값은 입니다 ActionName.

적용 대상