Static method that can be called from outside of MVC requests (like in Application_Error) to display an error View.
public static void ShowErrorPage(string title, string message, string redirectTo)
Parameters
title
message
redirectTo
Overloads:
See also:
Class ErrorController© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic