displays the specified consignor statement
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult Statement( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
the id of the specified statement - returnUrl
- Type: SystemString
the url to redierect to upon error or as the target of the back button
Return Value
Type: ActionResultSee Also