C# Class codecampster.Controllers.HomeController

Inheritance: Microsoft.AspNet.Mvc.Controller
Mostrar archivo Open project: desinole/codecampster

Public Methods

Method Description
About ( ) : IActionResult
Error ( ) : IActionResult
FAQ ( ) : IActionResult
HomeController ( UserManager userManager, SignInManager signInManager, IEmailSender emailSender, ISmsSender smsSender, ILoggerFactory loggerFactory, ApplicationDbContext context, IOptions appSettings ) : System
Index ( ) : IActionResult

Private Methods

Method Description
DebugMessage ( string message ) : void

Method Details

About() public method

public About ( ) : IActionResult
return IActionResult

Error() public method

public Error ( ) : IActionResult
return IActionResult

FAQ() public method

public FAQ ( ) : IActionResult
return IActionResult

HomeController() public method

public HomeController ( UserManager userManager, SignInManager signInManager, IEmailSender emailSender, ISmsSender smsSender, ILoggerFactory loggerFactory, ApplicationDbContext context, IOptions appSettings ) : System
userManager UserManager
signInManager SignInManager
emailSender IEmailSender
smsSender ISmsSender
loggerFactory ILoggerFactory
context ApplicationDbContext
appSettings IOptions
return System

Index() public method

public Index ( ) : IActionResult
return IActionResult