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
RequestResponse
public class RenderingEnginePipeline : ObjectConstructors
RenderingEnginePipeline()
Declaration
RequestResponse
public RenderingEnginePipeline()Methods
Configure(IApplicationBuilder)
Adds the Sitecore Rendering Engine features to the given Microsoft.AspNetCore.Builder.IApplicationBuilder.
Declaration
RequestResponse
public virtual void Configure(IApplicationBuilder app)Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Builder.IApplicationBuilder | app |
The Microsoft.AspNetCore.Builder.IApplicationBuilder to add features to. |