1. ISitecoreRenderingEngineBuilder

Interface ISitecoreRenderingEngineBuilder

Version: 21.x

Contract for configuring Sitecore Rendering Engine services.

Namespace: Sitecore.AspNet.RenderingEngine
Assembly: Sitecore.AspNet.RenderingEngine.Abstractions.dll
Syntax
public interface ISitecoreRenderingEngineBuilder

Properties

Services

Gets the Microsoft.Extensions.DependencyInjection.IServiceCollection where Sitecore Rendering Engine services are configured.

Declaration
IServiceCollection Services { get; }
Property Value
TypeDescription
Microsoft.Extensions.DependencyInjection.IServiceCollection

Extension Methods

If you have suggestions for improving this article, let us know!