Click or drag to resize

PFNavigationPageContext Constructor

Initializes a new instance of the PFNavigationPageContext class. Note : this will redirect to a navigation view if no view were found based on actual parameters.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFNavigationPageContext(
	HttpRequest request
)

Parameters

request
Type: System.WebHttpRequest
The current request.
Exceptions
ExceptionCondition
ObjectNotFoundException No application found in site. Navigation cannot be displayed. or No content-type found in application. Navigation cannot be displayed. or No view found in content-type. Navigation cannot be displayed.
See Also