Constructs a page request.
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public CMSPageRequest(
HttpRequestBase request,
string sitePath,
string pageId,
string path,
ICMSPageFactory factory
) |
| Visual Basic |
|---|
Public Sub New (
request As HttpRequestBase,
sitePath As String,
pageId As String,
path As String,
factory As ICMSPageFactory
) |
| Visual C++ |
|---|
public:
CMSPageRequest(
HttpRequestBase^ request,
String^ sitePath,
String^ pageId,
String^ path,
ICMSPageFactory^ factory
) |
See Also