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.6.308
Syntax public interface ICMSRoutingRequest
Public Interface ICMSRoutingRequest
public interface class ICMSRoutingRequest
type ICMSRoutingRequest = interface end
The ICMSRoutingRequest type exposes the following members.
Properties
| Name | Description |
---|
| CMSRequest |
Gets the request object for the given path. It can be either a Page, or redirection information on how to get to the Page.
|
| RemaingPath |
Gets the remaining path after the valid CMS Request path.
|
TopRemarks See Also