ICMSPageFactoryGetPage Method (HttpRequestBase, Boolean) Ingeniux DSS Library
Gets a Page by Http Request.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ICMSRoutingRequest GetPage(
	HttpRequestBase request,
	bool pageTypeOnly = false
)

Parameters

request
Type: System.WebHttpRequestBase
The Http Request
pageTypeOnly (Optional)
Type: SystemBoolean
True when only need to retrieve the Page's summary information, pass in true. Default is false.

Return Value

Type: ICMSRoutingRequest
The routing request contains the CMS request and the remaining path information.
See Also

Reference