Stores the specified "neutral" response message key in temp data when a response that doesn't indicate success or failure is needed
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
protected void PrepareNeutralMessage( string message )
Parameters
- message
- Type: SystemString
A key for the message string defined in the applicable resource file
See Also