StartPage::Layout Property

Gets or sets the path of the layout page for the ChildPage 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 for the ChildPage page.
Show: