Interface ISitecoreRenderingContext
Version: 21.x
Represents the context data for Sitecore rendering logic.
Namespace: Sitecore.AspNet.RenderingEngine
Assembly: Sitecore.AspNet.RenderingEngine.Abstractions.dll
Syntax
Properties
Component
Gets or sets the current Component.
Declaration
Property Value
| Type | Description |
|---|---|
| Component |
Controller
Gets or sets the current Microsoft.AspNetCore.Mvc.ControllerBase.
Declaration
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Mvc.ControllerBase |
RenderingHelpers
Gets or sets the current RenderingHelpers.
Declaration
Property Value
| Type | Description |
|---|---|
| RenderingHelpers |
Response
Gets or sets the current SitecoreLayoutResponse.
Declaration
Property Value
| Type | Description |
|---|---|
| SitecoreLayoutResponse |