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