Skip to content

Instantly share code, notes, and snippets.

@oclockvn
Created April 10, 2015 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oclockvn/a31db2e91ca097c80820 to your computer and use it in GitHub Desktop.
Save oclockvn/a31db2e91ca097c80820 to your computer and use it in GitHub Desktop.
TempData["success"] = "Welcome back!";
TempData["info"] = "Info message";
TempData["warning"] = "Warning message";
TempData["error"] = "Error message";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment