C# Class LayersCMS.Web.Controllers.BaseController

Inheritance: Controller
显示文件 Open project: stevekennaird/LayersCMS

Public Properties

Property Type Description
ConfigurationHelper ApplicationConfigurationHelper

Public Methods

Method Description
PageNotFound ( ) : System.Web.Mvc.ActionResult
ServerError ( String msg = null ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
BaseController ( ) : System

Method Details

BaseController() protected method

protected BaseController ( ) : System
return System

PageNotFound() public method

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

ServerError() public method

public ServerError ( String msg = null ) : System.Web.Mvc.ActionResult
msg String
return System.Web.Mvc.ActionResult

Property Details

ConfigurationHelper public_oe property

public ApplicationConfigurationHelper ConfigurationHelper
return ApplicationConfigurationHelper