Class SitecoreRenderingEngineBuilder

Version: 21.x

Contract for configuring Sitecore Rendering Engine services.

Inheritance
System.Object
SitecoreRenderingEngineBuilder
Namespace: Sitecore.AspNet.RenderingEngine
Assembly: Sitecore.AspNet.RenderingEngine.dll
Syntax
RequestResponse
public class SitecoreRenderingEngineBuilder : Object, ISitecoreRenderingEngineBuilder

Constructors

SitecoreRenderingEngineBuilder(IServiceCollection)

Initializes a new instance of the SitecoreRenderingEngineBuilder class.

Declaration
RequestResponse
public SitecoreRenderingEngineBuilder(IServiceCollection services)
Parameters
TypeNameDescription
Microsoft.Extensions.DependencyInjection.IServiceCollectionservices

The initial Microsoft.Extensions.DependencyInjection.IServiceCollection.

Properties

Services

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

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

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,