ErrorController.ShowErrorViewPage

This method allows displaying an error page you specify and pass an optional ErrorViewModel as a parameter

public ActionResult ShowErrorViewPage(string viewPage,
	ErrorViewModel errorModel)

Parameters

viewPage

errorModel


See also:

Class ErrorController

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic