IncludeLayoutInAjaxRequests Property

HttpServer.dll

True if we always should render contents inside page layouts when request is ajax.

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

Syntax

C#
public bool IncludeLayoutInAjaxRequests { get; set; }
Visual Basic (Declaration)
Public Property IncludeLayoutInAjaxRequests As Boolean
Visual C++
public:
property bool IncludeLayoutInAjaxRequests {
	bool get ();
	void set (bool value);
}

Remarks

default is false.

See Also