Interface IContentRenderer
Renders partial content
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public interface IContentRenderer
Methods
Render(HtmlHelper, PartialRequest, IContentData, TemplateModel)
Renders the content given by contentData
using the System.Web.Mvc.HtmlHelper.ViewContext.
Declaration
void Render(HtmlHelper helper, PartialRequest partialRequestHandler, IContentData contentData, TemplateModel templateModel)
Parameters
Type | Name | Description |
---|---|---|
System.Web.Mvc.HtmlHelper | helper | The helper. |
PartialRequest | partialRequestHandler | The partial request handler. |
IContentData | contentData | The content data. |
TemplateModel | templateModel | The template model. |