C# Класс NetPonto.Web.Controllers.ErrorController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
ErrorController ( ILogger logger ) : System.Web.Mvc
NotFound ( ) : System.Web.Mvc.ActionResult

This is fired when the site gets a bad URL

Problem ( ) : System.Web.Mvc.ActionResult

This is fired when the site hits a 500

Описание методов

ErrorController() публичный Метод

public ErrorController ( ILogger logger ) : System.Web.Mvc
logger ILogger
Результат System.Web.Mvc

NotFound() публичный Метод

This is fired when the site gets a bad URL
public NotFound ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Problem() публичный Метод

This is fired when the site hits a 500
public Problem ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult