Table of Contents

Class RenderingEnginePipeline

Namespace
Sitecore.AspNetCore.SDK.RenderingEngine.Middleware
Assembly
Sitecore.AspNetCore.SDK.RenderingEngine.dll

Exposes logic to configure Rendering Engine features for a request.

public class RenderingEnginePipeline
Inheritance
RenderingEnginePipeline
Inherited Members

Methods

Configure(IApplicationBuilder)

Adds the Sitecore Rendering Engine features to the given IApplicationBuilder.

public virtual void Configure(IApplicationBuilder app)

Parameters

app IApplicationBuilder

The IApplicationBuilder to add features to.