C# Класс Unosquare.PassCore.Web.Controllers.ControllerBase

Represents a base class for controllers. It provides configuration objects.
Наследование: Microsoft.AspNet.Mvc.Controller
Показать файл Открыть проект

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

Метод Описание
ControllerBase ( IConfigurationRoot configuration ) : Microsoft.AspNet.Mvc

Initializes a new instance of the ControllerBase class.

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

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

Initializes a new instance of the ControllerBase class.
public ControllerBase ( IConfigurationRoot configuration ) : Microsoft.AspNet.Mvc
configuration IConfigurationRoot The configuration.
Результат Microsoft.AspNet.Mvc