C# Class Roadkill.Core.Mvc.Controllers.WikiController

Inheritance: ControllerBase
Datei anzeigen Open project: LocalGovDigital/pipeline Class Usage Examples

Public Methods

Method Description
Activity ( ) : System.Web.Mvc.ActionResult
NotFound ( ) : System.Web.Mvc.ActionResult

404 not found page - configured in the web.config

PageToolbar ( int id ) : System.Web.Mvc.ActionResult
RelatedRelationships ( int id ) : System.Web.Mvc.ActionResult
ServerError ( ) : System.Web.Mvc.ActionResult

500 internal error - configured in the web.config

WikiController ( Roadkill.Core.Configuration.ApplicationSettings settings, Roadkill.Core.Security.UserServiceBase userManager, PageService pageService, IUserContext context, SettingsService settingsService ) : System

Private Methods

Method Description
Index ( int id, string title ) : System.Web.Mvc.ActionResult

Method Details

Activity() public method

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

NotFound() public method

404 not found page - configured in the web.config
public NotFound ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

PageToolbar() public method

public PageToolbar ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

RelatedRelationships() public method

public RelatedRelationships ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

ServerError() public method

500 internal error - configured in the web.config
public ServerError ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

WikiController() public method

public WikiController ( Roadkill.Core.Configuration.ApplicationSettings settings, Roadkill.Core.Security.UserServiceBase userManager, PageService pageService, IUserContext context, SettingsService settingsService ) : System
settings Roadkill.Core.Configuration.ApplicationSettings
userManager Roadkill.Core.Security.UserServiceBase
pageService Roadkill.Core.Services.PageService
context IUserContext
settingsService Roadkill.Core.Services.SettingsService
return System