Processes a request to pay "Current Site Fees"
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult Fees( FormCollection formCollection )
Parameters
- formCollection
- Type: FormCollection
user submitted data (e.g. new credit card details, payment method, etc)
Return Value
Type: ActionResultRedirect to invoice detail view
See Also