C# Class DigipostClientLibWebapp.Controllers.SearchController

Inheritance: Controller
Afficher le fichier Open project: digipost/digipost-client-lib-webapp-dotnet Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Search ( string search ) : Task

Method Details

GoToSend() public méthode

public GoToSend ( string digipostAddress ) : System.Web.Mvc.ActionResult
digipostAddress string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( IEnumerable search ) : System.Web.Mvc.ActionResult
search IEnumerable
Résultat System.Web.Mvc.ActionResult

SearchController() public méthode

public SearchController ( IDigipostService digipostService ) : System.Collections.Generic
digipostService IDigipostService
Résultat System.Collections.Generic