Class ServiceCollectionExtensions
Extends Microsoft.
Inheritance
System.Object
ServiceCollectionExtensions
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3Syntax
public static class ServiceCollectionExtensions : Object
Methods
AddCmsMvc(IServiceCollection)
Adds the services required by the Episerver platform to an Microsoft.
Declaration
public static IServiceCollection AddCmsMvc(this IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
services | The service collection. |
Returns
Type | Description |
---|---|
Microsoft. |
An Microsoft. |