ViewResult.MasterName プロパティ

定義

ビューを表示するときに使用されるマスター ビュー (マスター ページやテンプレートなど) の名前を取得します。

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

プロパティ値

マスター ビューの名前。

適用対象