Table of Contents

Class FormComponentEditorTagHelper

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Returns an HTML editing element for given form component.

public class FormComponentEditorTagHelper : HtmlHelperAsyncExtensionTagHelper
Inheritance
object
TagHelper
HtmlHelperAsyncExtensionTagHelper
FormComponentEditorTagHelper
Extension Methods

Constructors

FormComponentEditorTagHelper(IHtmlHelper)

Initializes a new instance of the FormComponentEditorTagHelper class.

public FormComponentEditorTagHelper(IHtmlHelper htmlHelper)

Parameters

htmlHelper IHtmlHelper

The HTML helper.

Properties

FormComponent

The form component to render the editing element for.

public FormComponent FormComponent { get; set; }

Property Value

FormComponent

FormComponentHtmlAttributes

An object containing additional HTML attributes for the editor.

public IDictionary<string, object> FormComponentHtmlAttributes { get; set; }

Property Value

IDictionary<string, object>

Methods

CallHtmlHelper()

Used to call Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Kentico extension point methods.

protected override Task<IHtmlContent> CallHtmlHelper()

Returns

Task<IHtmlContent>