C# Class SDPApp.Web.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: selagroup/diagnostics-courses

Méthodes publiques

Méthode Description
Index ( ) : Task
SpeakerDetails ( string speakerName ) : Task

Méthodes protégées

Méthode Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Private Methods

Méthode Description
ThrowProhibitedSurnameException ( ) : void

Method Details

Index() public méthode

public Index ( ) : Task
Résultat Task

OnActionExecuting() protected méthode

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void

SpeakerDetails() public méthode

public SpeakerDetails ( string speakerName ) : Task
speakerName string
Résultat Task