CMSPageRedirectToInformation Method |
Redirects the user to the info page which displays specified message.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax public static void RedirectToInformation(
string message
)
Parameters
- message
- Type: SystemString
Message which should be displayed.
See Also