C# Class DigipostClientLibWebapp.Controllers.SearchController

Inheritance: Controller
ファイルを表示 Open project: digipost/digipost-client-lib-webapp-dotnet Class Usage Examples

Public Methods

Method Description
GoToSend ( string digipostAddress ) : System.Web.Mvc.ActionResult
Index ( IEnumerable search ) : System.Web.Mvc.ActionResult
SearchController ( IDigipostService digipostService ) : System.Collections.Generic

Private Methods

Method Description
Search ( string search ) : Task

Method Details

GoToSend() public method

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

Index() public method

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

SearchController() public method

public SearchController ( IDigipostService digipostService ) : System.Collections.Generic
digipostService IDigipostService
return System.Collections.Generic