From a196ca61663a1bb6e380c8c098676e1f846c2dac Mon Sep 17 00:00:00 2001 From: rameel Date: Wed, 19 Aug 2026 04:08:54 +0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5e86eb..51760bc 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Provides HTMX integration for ASP.NET Core applications. * [TagHelpers](#taghelpers) * [HtmxUrlTagHelper](#htmxurltaghelper) * [HtmxHeaderTagHelper](#htmxheadertaghelper) + * [HtmxValsTagHelper](#htmxvalstaghelper) * [HtmxRequestTagHelper](#htmxrequesttaghelper) * [HtmxConfigTagHelper](#htmxconfigtaghelper) * [Response Handling Configuration](#response-handling-configuration) @@ -292,7 +293,7 @@ that control HTMX behavior. /// /// Represents strongly typed HTMX response headers. /// -public sealed class HtmxResponseHeaders +public readonly struct HtmxResponseHeaders { /// /// Gets or sets the HX-Location header to a client-side redirect