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

Inheritance: ControllerBase
Afficher le fichier Open project: LocalGovDigital/pipeline Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Index ( int id, string title ) : System.Web.Mvc.ActionResult

Method Details

Activity() public méthode

public Activity ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

NotFound() public méthode

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

PageToolbar() public méthode

public PageToolbar ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

RelatedRelationships() public méthode

public RelatedRelationships ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

ServerError() public méthode

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

WikiController() public méthode

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
Résultat System