Gets a Page by Http Request.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
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: ICMSRoutingRequestThe routing request contains the CMS request and the remaining path information.
See Also