Stores the specified "success" response message key in temp data after the calling action method succeeds
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
protected void PrepareSuccessMessage( string value, MessageType type )
Parameters
- value
- Type: SystemString
the message to be displayed - type
- Type: RainWorx.FrameWorx.MVC.ControllersMessageType
specifies whether a generic success message key is needed, or if a custom message is needed
See Also