public static string ShowError(this TempDataDictionary tempData) { return(tempData.ShowTempData("errormessage")); }
public static string ShowWarning(this TempDataDictionary tempData) { return(tempData.ShowTempData("warningmessage")); }
public static string ShowInfo(this TempDataDictionary tempData) { return(tempData.ShowTempData("message")); }