Displays and processes form to add a new consignor
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddConsignor( string Seller, string returnUrl )
Parameters
- Seller
- Type: SystemString
optional (if global list enabled) username of the specified seller - returnUrl
- Type: SystemString
the url to redierect to upon success
Return Value
Type: ActionResultSee Also