Class SitecoreRenderingEngineBuilder
- Namespace
- Sitecore.AspNetCore.SDK.RenderingEngine.Configuration
- Assembly
- Sitecore.AspNetCore.SDK.RenderingEngine.dll
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class SitecoreRenderingEngineBuilder : ISitecoreRenderingEngineBuilder
- Inheritance
-
SitecoreRenderingEngineBuilder
- Implements
- Inherited Members
- Extension Methods
Constructors
SitecoreRenderingEngineBuilder(IServiceCollection)
Initializes a new instance of the SitecoreRenderingEngineBuilder class.
public SitecoreRenderingEngineBuilder(IServiceCollection services)
Parameters
services
IServiceCollectionThe initial IServiceCollection.
Properties
Services
Gets the IServiceCollection where Sitecore Rendering Engine services are configured.
public IServiceCollection Services { get; }