C# Class Ninject.Website.Controllers.ErrorController

Inheritance: Controller
显示文件 Open project: ninject/ninject.website

Public Methods

Method Description
Show ( string code ) : System.Web.Mvc.ViewResult
ShowNotFound ( ) : System.Web.Mvc.ActionResult

Method Details

Show() public method

public Show ( string code ) : System.Web.Mvc.ViewResult
code string
return System.Web.Mvc.ViewResult

ShowNotFound() public method

public ShowNotFound ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult