WebFormView.MasterPath Property

Gets or sets the master path.

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

'Declaration
Public Property MasterPath As String 
	Get 
	Private Set
'Usage
Dim instance As WebFormView 
Dim value As String 

value = instance.MasterPath

Property Value

Type: System.String
The master path.
Show: