Namespace Htmx.Components.TagHelpers
Classes
- HtmxScriptsTagHelper
Tag helper that includes all Htmx.Components JavaScript behaviors as inline scripts. This replaces the need to include individual JavaScript files and allows for dynamic content generation.
- PageStateTagHelper
A tag helper that renders the encrypted page state as a hidden input field within a container div. This tag helper enables page state persistence across HTMX requests by embedding the state data in the HTML.