Table of Contents

Namespace Sitecore.AspNetCore.SDK.RenderingEngine.Rendering

Classes

ComponentRendererDescriptor

Service descriptor for a IComponentRenderer.

ComponentRendererFactory

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

EditableChromeRenderer

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

LoggingComponentRenderer

An IComponentRenderer that writes to a specified log instead of generating HTML output.

ModelBoundViewComponentComponentRenderer<TModel>

An IComponentRenderer that will render View Components that are bound to a specified Model type.

PartialViewComponentRenderer

An IComponentRenderer that will render Partial Views.

RenderingHelpers

Rendering helpers.

SitecoreRenderingContext

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

ViewComponentComponentRenderer

An IComponentRenderer that will render View Components.

Interfaces

IComponentRenderer

Supports rendering HTML content that can be used in a web page.

IComponentRendererFactory

Creates the appropriate instance of an IComponentRenderer for a given Component.

IEditableChromeRenderer

Supports rendering chrome data as HTML content that can be used to edit a web page.