C# 클래스 Roadkill.Core.Mvc.Controllers.WikiController

상속: ControllerBase
파일 보기 프로젝트 열기: LocalGovDigital/pipeline 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Index ( int id, string title ) : System.Web.Mvc.ActionResult

메소드 상세

Activity() 공개 메소드

public Activity ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

NotFound() 공개 메소드

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

PageToolbar() 공개 메소드

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

RelatedRelationships() 공개 메소드

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

ServerError() 공개 메소드

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

WikiController() 공개 메소드

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
리턴 System