Class MvcContentRenderer
The default implementation of IContent
Inheritance
System.Object
MvcContentRenderer
Implements
Namespace: EPiServer.Web.Mvc
Assembly: EPiServer.Cms.AspNetCore.Mvc.dll
Version: 12.0.3Syntax
public class MvcContentRenderer : Object, IContentRenderer
Constructors
MvcContentRenderer()
Declaration
public MvcContentRenderer()
Methods
RenderAsync(IHtmlHelper, IContentData, TemplateModel)
Renders the content given by contentData
using the Microsoft.
Both partial controllers and partial views can be rendered.
Declaration
public virtual 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. |