다음을 통해 공유


ViewResult.MasterName 속성

정의

뷰를 렌더링할 때 사용할 마스터 뷰(예: 마스터 페이지 또는 템플릿)의 이름을 가져옵니다.

public string MasterName { get; set; }
member this.MasterName : string with get, set
Public Property MasterName As String

속성 값

마스터 뷰의 이름입니다.

적용 대상