C# Класс BlueCollar.Dashboard.Controllers.HomeController

Implements the home controller.
Наследование: BlueCollarController
Показать файл Открыть проект

Открытые методы

Метод Описание
Index ( ) : System.Web.Mvc.ActionResult

GET implementation of the index action.

Test ( ) : System.Web.Mvc.ActionResult

GET implementation of the test action.

Описание методов

Index() публичный Метод

GET implementation of the index action.
public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Test() публичный Метод

GET implementation of the test action.
public Test ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult