Class ComponentPropertiesDataTagHelper
Renders a hidden input field containing properties of the currently rendered component.
public class ComponentPropertiesDataTagHelper : TagHelper
- Inheritance
-
objectTagHelperComponentPropertiesDataTagHelper
- 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
IHtmlHelperThe 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
TagHelperContextContains information associated with the current HTML tag.
output
TagHelperOutputA stateful HTML element used to generate an HTML tag.