Suoranta.EnterpriseLib.Web - Developer API

MvcServiceConfigurator..::..Load Method (IServiceCollection)

Adds Microsoft DI service bindings for implementations of BaseController, PushNotificationController and ODataController.

Namespace:  Suoranta.EnterpriseLib.Web.Util
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public IServiceCollection Load(
	IServiceCollection collection
)

Parameters

collection
Type: IServiceCollection
The services.

Return Value