.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)
See Also