Processes request to delete an existing EventFee
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteEventFee( int id )
Parameters
- id
- Type: SystemInt32
ID of the EventFee to be deleted
Return Value
Type: ActionResultRedirect to /Admin/EventFeeManagement
See Also