HtmlHelperExtensionsEditableArea Method (HtmlHelperExtensionPoint, String, EditableAreaOptions) |
Renders editable area markup.
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. |
ArgumentNullException | Thrown when areaIdentifier is null. |
ArgumentException | Thrown when areaIdentifier is empty or whitespace. |
Remarks
For the live site, null value is returned. The HTML markup of area and widgets included in the zones is rendered directly to the response.
See Also