Click or drag to resize

ICMSRoutingRequest Interface

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: 10.3.169
Syntax
public interface ICMSRoutingRequest

The ICMSRoutingRequest type exposes the following members.

Properties
  NameDescription
Public propertyCMSRequest
Gets the request object for the given path. It can be either a Page, or redirection information on how to get to the Page.
Public propertyRemaingPath
Gets the remaining path after the valid CMS Request path.
Top
Remarks

When calling GetPage method from Page Factory, this is the return type.

See Also