Displays the specified message
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult ReadMessage( int id, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the requested message - returnUrl
- Type: SystemString
Url assigned to the "back" button displayed on the read message view
Return Value
Type: ActionResultView(UserMessage)
See Also