Processes request to delete the specified banner
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteBanner( int bannerId )
Parameters
- bannerId
- Type: SystemInt32
ID of the specified banner
Return Value
Type: ActionResultRedirect to /Admin/Banners
See Also