RenderPaneAsync (IHtmlHelper htmlHelper, String paneName)
Name | Type |
---|---|
htmlHelper | Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper |
paneName | String |
@Html.RenderPaneAsync("ContentPane")
RenderEditorAsync (IHtmlHelper htmlHelper, PageModule moduleInfo)
Name | Type |
---|---|
htmlHelper | Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper |
moduleInfo |
Nucleus.Abstractions.Models.PageModule
The Models.PageModule to render the editor for. |
RenderEditorAsync (IHtmlHelper htmlHelper, PageModule moduleInfo, Boolean renderContainer)
Name | Type |
---|---|
htmlHelper | Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper |
moduleInfo |
Nucleus.Abstractions.Models.PageModule
The Models.PageModule to render the editor for. |
renderContainer |
Boolean
Specifies whether to render a container around the module content. |