RazorView.LayoutPath Property

Gets the layout or master page.

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

'Declaration
Public Property LayoutPath As String 
	Get 
	Private Set
'Usage
Dim instance As RazorView 
Dim value As String 

value = instance.LayoutPath

Property Value

Type: System.String
The layout or master page.
Show: