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

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

Public Methods

Method Description
ControllerBase ( IConfigurationRoot configuration ) : Microsoft.AspNet.Mvc

Initializes a new instance of the ControllerBase class.

Method Details

ControllerBase() public method

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