Click or drag to resize
MvcInlineEditor Constructor
Creates an instance of MvcInlineEditor.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public MvcInlineEditor(
	ViewContext viewContext,
	TagBuilder editorElement
)

Parameters

viewContext
Type: ViewContext
View context.
editorElement
Type: TagBuilder
Editor element to render.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when viewContext or editorElement is null.
See Also