C# 클래스 DigipostClientLibWebapp.Controllers.SearchController

상속: Controller
파일 보기 프로젝트 열기: digipost/digipost-client-lib-webapp-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GoToSend ( string digipostAddress ) : System.Web.Mvc.ActionResult
Index ( IEnumerable search ) : System.Web.Mvc.ActionResult
SearchController ( IDigipostService digipostService ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Search ( string search ) : Task

메소드 상세

GoToSend() 공개 메소드

public GoToSend ( string digipostAddress ) : System.Web.Mvc.ActionResult
digipostAddress string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( IEnumerable search ) : System.Web.Mvc.ActionResult
search IEnumerable
리턴 System.Web.Mvc.ActionResult

SearchController() 공개 메소드

public SearchController ( IDigipostService digipostService ) : System.Collections.Generic
digipostService IDigipostService
리턴 System.Collections.Generic