PFPageContext Constructor (HttpRequest, Boolean, RouteData) |
Initializes a new instance of the PFPageContext class.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public PFPageContext(
HttpRequest request,
bool preloadStructureChildren,
RouteData route = null
)
Parameters
- request
- Type: System.WebHttpRequest
Current request - preloadStructureChildren
- Type: SystemBoolean
Preload cache of applications,
of content-types for current application and of views for current content-type. - route (Optional)
- Type: System.Web.RoutingRouteData
The MVC route.
See Also