Namespace Sitecore.AspNet.RenderingEngine.Rendering
Classes
ComponentRendererDescriptor
Service descriptor for a IComponentRenderer.
ComponentRendererFactory
Creates the appropriate instance of an IComponentRenderer for a given Component.
EditableChromeRenderer
Supports rendering chrome data as HTML content that can be used to edit a web page.
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.
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.