Layout Property

HttpServer.dll

Which page layout to use (without file extension)

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Layout { get; set; }
Visual Basic (Declaration)
Public Property Layout As String
Visual C++
public:
property String^ Layout {
	String^ get ();
	void set (String^ value);
}

Remarks

Page layouts should be places in the Views\Layouts folder.

default is "Application"

See Also