Table of Contents

Class ComponentPropertiesDataTagHelper

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

Renders a hidden input field containing properties of the currently rendered component.

public class ComponentPropertiesDataTagHelper : TagHelper
Inheritance
object
TagHelper
ComponentPropertiesDataTagHelper
Extension Methods

Remarks

The HTML markup of the hidden input is rendered directly to the response.

Constructors

ComponentPropertiesDataTagHelper(IHtmlHelper)

Initializes a new instance of the ComponentPropertiesDataTagHelper class.

public ComponentPropertiesDataTagHelper(IHtmlHelper htmlHelper)

Parameters

htmlHelper IHtmlHelper

The HTML helper.

Methods

Process(TagHelperContext, TagHelperOutput)

Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output.

public override void Process(TagHelperContext context, TagHelperOutput output)

Parameters

context TagHelperContext

Contains information associated with the current HTML tag.

output TagHelperOutput

A stateful HTML element used to generate an HTML tag.