Annotation Interface HxPushUrl
Annotation to push a URL into the browser
location history.
The possible values are:
HtmxValue.TRUE, which pushes the fetched URL into history.HtmxValue.FALSE, which disables pushing the fetched URL if it would otherwise be pushed.- A URL to be pushed into the location bar. This may be relative or absolute, as per history.pushState().
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe value for theHX-Push-Urlresponse header.- Default:
- "true"
-