Interface IContentRenderer
Renders partial content
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3Syntax
public interface IContentRenderer
Methods
RenderAsync(IHtmlHelper, IContentData, TemplateModel)
Renders the content given by contentData
using the Microsoft.
Declaration
Task RenderAsync(IHtmlHelper helper, IContentData contentData, TemplateModel templateModel)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
helper | The helper. |
IContent |
contentData | The content data. |
Template |
templateModel | The template model. |
Returns
Type | Description |
---|---|
System. |