WebPageBase::Layout Property

Gets or sets the path of a layout page.

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

public:
virtual property String^ Layout {
	String^ get () override;
	void set (String^ value) override;
}

Property Value

Type: System::String
The path of the layout page.
Show: