You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: projects/htmx/Readme.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# HTMX (18)
1
+
# HTMX (19)
2
2
3
3
This example shows various examples on how to integrate [HTMX](https://htmx.org/) with ASP.NET Core Minimal API. We will be using [HTMX Nuget Package](https://www.nuget.org/packages/Htmx). We are using [HTMX 2](https://htmx.org/) in all samples.
4
4
@@ -32,6 +32,10 @@ This example shows various examples on how to integrate [HTMX](https://htmx.org/
32
32
33
33
This example shows how to use `hx-prompt` to ask user for a single input before making a request
34
34
35
+
*[push-url](push-url)
36
+
37
+
This example shows how to use `hx-push-url` to push url into browser location history.
38
+
35
39
## Core Attributes
36
40
37
41
*[trigger-load](trigger-load)
@@ -64,7 +68,7 @@ This example shows various examples on how to integrate [HTMX](https://htmx.org/
64
68
65
69
*[boost](boost)
66
70
67
-
This example shows how to use `hx-boost` to transform HTML links and form to use AJAX request and target `body` tag.
71
+
This example shows how to use `hx-boost` to transform HTML links and form to use AJAX request and target `body` tag.
0 commit comments