Table of Contents

Class UseSitecoreRenderingAttribute

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

Injects middleware to support the Sitecore Rendering logic.

public class UseSitecoreRenderingAttribute : MiddlewareFilterAttribute, IFilterFactory, IOrderedFilter, IFilterMetadata
Inheritance
UseSitecoreRenderingAttribute
Implements
Inherited Members

Remarks

Initializes a new instance of the UseSitecoreRenderingAttribute class.

Constructors

UseSitecoreRenderingAttribute()

Initializes a new instance of the UseSitecoreRenderingAttribute class.

public UseSitecoreRenderingAttribute()

UseSitecoreRenderingAttribute(Type)

Injects middleware to support the Sitecore Rendering logic.

public UseSitecoreRenderingAttribute(Type configurationType)

Parameters

configurationType Type

The type which configures the middleware for the request.

Remarks

Initializes a new instance of the UseSitecoreRenderingAttribute class.