Click or drag to resize
HtmlHelperInlineEditorExtensions Class
Provides extension methods for extension point Kentico(HtmlHelper) to simplify inline editor creation.
Inheritance Hierarchy
SystemObject
  Kentico.PageBuilder.Web.MvcHtmlHelperInlineEditorExtensions

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class HtmlHelperInlineEditorExtensions

The HtmlHelperInlineEditorExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBeginInlineEditor
Renders beginning tag of inline editor wrapper element.
Public methodStatic memberEndInlineEditor
Renders ending tag of inline editor wrapper element.
Top
See Also