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)

override function get Layout () : String 
override function set Layout (value : String)

Property Value

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