HtmlHelperExtensionsRenderNestedWidget Method |
Renders widget markup based on given widget type as part of a different widget.
Namespace: Kentico.PageBuilder.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when htmlHelper is null. |
NotSupportedException | Thrown when widget type with widgetTypeIdentifier is not found or method is not used for component with properties. |
Remarks
The HTML markup of widget is rendered directly to the response.
The nested widget reflects the edit mode of the Page builder feature to display the in-line editors if suitable.
See Also