Represents a wrapper for a request. This interface includes a CMS request if its path starts with a valid path for a CMS page or redirect. It also includes the leftover path after a valid CMS path.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The ICMSRoutingRequest type exposes the following members.
Properties
Name | Description | |
---|---|---|
CMSRequest | ||
RemaingPath |
Gets the remaining path after the valid CMS Request path.
|
Remarks
When calling GetPage method from Page Factory, this is the return type.
See Also