TagHelperContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information related to the execution of ITagHelpers.
public ref class TagHelperContext
public class TagHelperContext
type TagHelperContext = class
Public Class TagHelperContext
- Inheritance
-
TagHelperContext
Constructors
Properties
AllAttributes |
Every attribute associated with the current HTML element. |
Items |
Gets the collection of items used to communicate with other ITagHelpers. |
TagName |
The parsed HTML tag name of the element. |
UniqueId |
An identifier unique to the HTML element this context is for. |
Methods
Reinitialize(IDictionary<Object,Object>, String) |
Clears the TagHelperContext and updates its state with the provided values. |
Reinitialize(String, IDictionary<Object,Object>, String) |
Clears the TagHelperContext and updates its state with the provided values. |