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)

'Declaration
Public Property Master As String 
	Get 
	Set
'Usage
Dim instance As HandleErrorAttribute 
Dim value As String 

value = instance.Master

instance.Master = value

Property Value

Type: System.String
The master view.
Show: