HandleErrorAttribute.Master Property (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
HandleErrorAttribute.Master Property

Gets or sets the master view for displaying exception information.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

Visual Basic (Declaration)
Public Property Master As String
Visual Basic (Usage)
Dim instance As HandleErrorAttribute
Dim value As String

value = instance.Master

instance.Master = value
C#
public string Master { get; set; }
Visual C++
public:
property String^ Master {
	String^ get ();
	void set (String^ value);
}
JScript
function get Master () : String
function set Master (value : String)

Property Value

Type: System.String
The master view.
See Also

Reference