Show / Hide Table of Contents

Interface ISitecoreRenderingEngineBuilder

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
Type Description
Microsoft.Extensions.DependencyInjection.IServiceCollection

Extension Methods

ServiceCollectionExtensions.ForwardHeaders(ISitecoreRenderingEngineBuilder, Action<ForwardHeadersOptions>)
Back to top Generated by DocFX