C# 클래스 BgEngine.Controllers.TagController

상속: BaseController
파일 보기 프로젝트 열기: yagopv/BgEngine

공개 메소드들

메소드 설명
TagCloud ( ) : System.Web.Mvc.ActionResult
TagController ( IBlogServices blogservices, IService tagservices ) : System

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( Tag tag ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( Tag Tag ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int page, string sort, string sortdir ) : System.Web.Mvc.ViewResult

메소드 상세

TagCloud() 공개 메소드

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

TagController() 공개 메소드

public TagController ( IBlogServices blogservices, IService tagservices ) : System
blogservices IBlogServices
tagservices IService
리턴 System