C# 클래스 Geta.Tags.Controllers.GetaTagsController

상속: Controller
파일 보기 프로젝트 열기: Geta/Tags

공개 메소드들

메소드 설명
GetaTagsController ( ) : System.Linq
GetaTagsController ( ITagService tagService ) : System.Linq
Index ( string term, string groupKey = null ) : System.Web.Mvc.JsonResult

비공개 메소드들

메소드 설명
IsNotEmpty ( string name ) : bool
Normalize ( string term ) : string

메소드 상세

GetaTagsController() 공개 메소드

public GetaTagsController ( ) : System.Linq
리턴 System.Linq

GetaTagsController() 공개 메소드

public GetaTagsController ( ITagService tagService ) : System.Linq
tagService ITagService
리턴 System.Linq

Index() 공개 메소드

public Index ( string term, string groupKey = null ) : System.Web.Mvc.JsonResult
term string
groupKey string
리턴 System.Web.Mvc.JsonResult