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