Class RenderingEnginePipeline

Version: 21.x

Exposes logic to configure Rendering Engine features for a request.

Inheritance

System.Object

RenderingEnginePipeline

Namespace: Sitecore.AspNet.RenderingEngine.Middleware

Assembly: Sitecore.AspNet.RenderingEngine.dll

Syntax
public class RenderingEnginePipeline : Object

Constructors

RenderingEnginePipeline()

Declaration
public RenderingEnginePipeline()

Methods

Configure(IApplicationBuilder)

Adds the Sitecore Rendering Engine features to the given Microsoft.AspNetCore.Builder.IApplicationBuilder.

Declaration
public virtual void Configure(IApplicationBuilder app)
Parameters
TypeNameDescription
Microsoft.AspNetCore.Builder.IApplicationBuilderappThe Microsoft.AspNetCore.Builder.IApplicationBuilder to add features to.
If you have suggestions for improving this article, let us know!