|
1 | 1 | # HtmxToolkit
|
2 | 2 | Provides HTMX integration for ASP.NET Core applications.
|
3 | 3 |
|
4 |
| -<!--TOC--> |
5 |
| - - [Getting Started](#getting-started) |
6 |
| - - [HttpRequest](#httprequest) |
7 |
| - - [HtmxRequestAttribute](#htmxrequestattribute) |
8 |
| - - [HttpResponse](#httpresponse) |
9 |
| - - [The declarative way of setting response headers](#the-declarative-way-of-setting-response-headers) |
10 |
| - - [TagHelpers](#taghelpers) |
11 |
| - - [HtmxUrlTagHelper](#htmxurltaghelper) |
12 |
| - - [HtmxHeaderTagHelper](#htmxheadertaghelper) |
13 |
| - - [HtmxConfigTagHelper](#htmxconfigtaghelper) |
14 |
| - - [Antiforgery Token](#antiforgery-token) |
15 |
| - - [Changelog](#changelog) |
16 |
| - - [1.2.0](#1.2.0) |
17 |
| - - [1.1.0](#1.1.0) |
18 |
| - - [License](#license) |
19 |
| -<!--/TOC--> |
| 4 | +<!-- TOC --> |
| 5 | + * [Getting Started](#getting-started) |
| 6 | + * [HttpRequest](#httprequest) |
| 7 | + * [HtmxRequestAttribute](#htmxrequestattribute) |
| 8 | + * [HttpResponse](#httpresponse) |
| 9 | + * [The declarative way of setting response headers](#the-declarative-way-of-setting-response-headers) |
| 10 | + * [TagHelpers](#taghelpers) |
| 11 | + * [HtmxUrlTagHelper](#htmxurltaghelper) |
| 12 | + * [HtmxHeaderTagHelper](#htmxheadertaghelper) |
| 13 | + * [HtmxConfigTagHelper](#htmxconfigtaghelper) |
| 14 | + * [Antiforgery Token](#antiforgery-token) |
| 15 | + * [Changelog](#changelog) |
| 16 | + * [1.2.1](#121) |
| 17 | + * [1.2.0](#120) |
| 18 | + * [1.1.0](#110) |
| 19 | + * [License](#license) |
| 20 | +<!-- TOC --> |
20 | 21 |
|
21 | 22 | ## Getting Started
|
22 | 23 |
|
@@ -681,6 +682,9 @@ or the debug version of the script.
|
681 | 682 |
|
682 | 683 | ## Changelog
|
683 | 684 |
|
| 685 | +### 1.2.1 |
| 686 | +Add `[DisallowNull]` attribute to `Reswap` property to disallow null input |
| 687 | + |
684 | 688 | ### 1.2.0
|
685 | 689 | * Add `AjaxContext` to align with the capabilities provided by htmx
|
686 | 690 | * Add method overloads for `PushUrl` and `ReplaceUrl` that prevents URL changes (`PreventPushUrl` / `PreventReplaceUrl`)
|
|
0 commit comments