RazorView::LayoutPath Property

Gets the layout or master page.

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

public:
property String^ LayoutPath {
	String^ get ();
	private: void set (String^ value);
}

Property Value

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