C# Class SDPApp.Web.Controllers.HomeController

Inheritance: Controller
Show file Open project: selagroup/diagnostics-courses

Public Methods

Method Description
Index ( ) : Task
SpeakerDetails ( string speakerName ) : Task

Protected Methods

Method Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Private Methods

Method Description
ThrowProhibitedSurnameException ( ) : void

Method Details

Index() public method

public Index ( ) : Task
return Task

OnActionExecuting() protected method

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void

SpeakerDetails() public method

public SpeakerDetails ( string speakerName ) : Task
speakerName string
return Task