Class TemplatingCmsBuilderExtensions
Provides extension methods for Microsoft.
Inheritance
System.Object
TemplatingCmsBuilderExtensions
Namespace: EPiServer.Web.Templating
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public static class TemplatingCmsBuilderExtensions : Object
Methods
AddCmsTemplating(IServiceCollection)
Adds templating services for ASP.NET Core support for Episerver CMS.
Declaration
public static IServiceCollection AddCmsTemplating(this IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
services | The Microsoft. |
Returns
Type | Description |
---|---|
Microsoft. |
A reference to this instance after the operation has completed |