Displays form to add a credit card
Processes request to add a credit card
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddCreditCard( string returnUrl )
Parameters
- returnUrl
- Type: SystemString
Return Value
Type: ActionResultRedirect to "Credit Cards" view (success), View() otherwise
See Also