Click or drag to resize

ICMSPageFactoryGetPage Method (HttpRequestBase, Boolean)

Gets a Page by Http Request.

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
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