C# Class Soloco.RealTimeWeb.Controllers.HomeController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
ファイルを表示 Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
Error ( ) : Microsoft.AspNetCore.Mvc.ActionResult
HomeController ( IConfiguration configuration ) : System
Index ( ) : Microsoft.AspNetCore.Mvc.ActionResult

Method Details

Error() public method

public Error ( ) : Microsoft.AspNetCore.Mvc.ActionResult
return Microsoft.AspNetCore.Mvc.ActionResult

HomeController() public method

public HomeController ( IConfiguration configuration ) : System
configuration IConfiguration
return System

Index() public method

public Index ( ) : Microsoft.AspNetCore.Mvc.ActionResult
return Microsoft.AspNetCore.Mvc.ActionResult