Click or drag to resize

PFControllerFactoryGetControllerSessionBehavior Method

Gets the controller's session behavior.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public SessionStateBehavior GetControllerSessionBehavior(
	RequestContext requestContext,
	string controllerName
)

Parameters

requestContext
Type: System.Web.RoutingRequestContext
The request context.
controllerName
Type: SystemString
The name of the controller whose session behavior you want to get.

Return Value

Type: SessionStateBehavior
The controller's session behavior.

Implements

IControllerFactory.GetControllerSessionBehavior(RequestContext, String)
See Also