Initializes a new instance of the MVCTransferResult class
Namespace:
RainWorx.FrameWorx.MVC.HelpersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public MVCTransferResult( Object routeValues, HttpContextBase httpContext )
Parameters
- routeValues
- Type: SystemObject
- httpContext
- Type: System.WebHttpContextBase
See Also