HtmlHelperExtensionsRenderStandaloneWidget Method |
Namespace: Kentico.PageBuilder.Web.Mvc
public static IHtmlContentProxy RenderStandaloneWidget( this HtmlHelperExtensionPoint htmlHelper, string widgetTypeIdentifier, IWidgetProperties widgetProperties )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when htmlHelper is null. |
NotSupportedException | Thrown when widget type with widgetTypeIdentifier is not found. |