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
IApplicationBuilderThe IApplicationBuilder to add features to.