ViewResult.MasterName Property

Definition

Gets the name of the master view (such as a master page or template) to use when the view is rendered.

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

Property Value

The name of the master view.

Applies to