C# Class Unosquare.PassCore.Web.Controllers.ControllerBase

Represents a base class for controllers. It provides configuration objects.
Inheritance: Microsoft.AspNet.Mvc.Controller
Afficher le fichier Open project: unosquare/passcore

Méthodes publiques

Méthode Description
ControllerBase ( IConfigurationRoot configuration ) : Microsoft.AspNet.Mvc

Initializes a new instance of the ControllerBase class.

Method Details

ControllerBase() public méthode

Initializes a new instance of the ControllerBase class.
public ControllerBase ( IConfigurationRoot configuration ) : Microsoft.AspNet.Mvc
configuration IConfigurationRoot The configuration.
Résultat Microsoft.AspNet.Mvc