Click or drag to resize

PFPageContextTryGetView Method (HttpRequest)

Tries to get the contextual PFView of the specified request.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected PFView TryGetView(
	HttpRequest request
)

Parameters

request
Type: System.WebHttpRequest

Return Value

Type: PFView
See Also