Class RenderingEngineOptions
The options to configure the Sitecore Rendering Engine.
Inheritance
System.Object
RenderingEngineOptions
Namespace: Sitecore.AspNet.RenderingEngine.Configuration
Assembly: Sitecore.AspNet.RenderingEngine.dll
Syntax
Constructors
RenderingEngineOptions()
Declaration
Properties
DefaultRenderer
Gets or sets the default ComponentRendererDescriptor object for handling component rendering.
Declaration
Property Value
| Type | Description |
|---|---|
| ComponentRendererDescriptor |
PostRenderingActions
Gets collection of actions to be executed right after RenderingEngine middleware logic.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection < System.Action < Microsoft.AspNetCore.Http.HttpContext >> |
RendererRegistry
Gets or sets the list of ComponentRendererDescriptor objects for handling component rendering.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.SortedList < System.Int32 , ComponentRendererDescriptor > |
RequestMappings
Gets or sets the action list to configure the SitecoreLayoutRequest handler for incoming HTTP requests.
Declaration
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection < System.Action < Microsoft.AspNetCore.Http.HttpRequest , SitecoreLayoutRequest >> |
Extension Methods
RenderingEngineOptionsExtensions.AddPartialView(RenderingEngineOptions, String)
RenderingEngineOptionsExtensions.AddPartialView(RenderingEngineOptions, String, String)
RenderingEngineOptionsExtensions.AddPartialView(RenderingEngineOptions, Predicate
RenderingEngineOptionsExtensions.AddDefaultPartialView(RenderingEngineOptions, String)
RenderingEngineOptionsExtensions.AddViewComponent(RenderingEngineOptions, String)
RenderingEngineOptionsExtensions.AddViewComponent(RenderingEngineOptions, String, String)
RenderingEngineOptionsExtensions.AddViewComponent(RenderingEngineOptions, Predicate
RenderingEngineOptionsExtensions.AddModelBoundView
RenderingEngineOptionsExtensions.AddModelBoundView
RenderingEngineOptionsExtensions.AddModelBoundView
RenderingEngineOptionsExtensions.AddDefaultComponentRenderer
RenderingEngineOptionsExtensions.AddDefaultComponentRenderer(RenderingEngineOptions)
RenderingEngineOptionsExtensions.AddPostRenderingAction(RenderingEngineOptions, Action