Processes a request to delete the specified message
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult DeleteMessage( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the requested message to be deleted - returnUrl
- Type: SystemString
return url (default view all messages view if missing)
Return Value
Type: ActionResultRedirect to "returnUrl"
See Also