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
Release candidate build for the `{{MAJOR_MINOR_PATCH}}` line of `Blazor.HashRouting`, a reusable hash-fragment routing engine for browser-hosted Blazor WebAssembly applications.
6
+
7
+
This package is intended for environments where the host can serve the application root document and static assets, but cannot reliably serve deep-linked route paths on refresh.
8
+
9
+
## Highlights
10
+
11
+
- Hash-fragment routing built on top of Blazor's navigation model
12
+
- Canonical `/#/...` URL handling
13
+
- Internal link interception for same-origin navigation
14
+
- Browser back/forward and hash change support
15
+
- Navigation lock integration
16
+
- Standalone NuGet-ready packaging with static web assets
Stable release for the `{{MAJOR_MINOR_PATCH}}` line of `Blazor.HashRouting`, a reusable hash-fragment routing engine for browser-hosted Blazor WebAssembly applications.
6
+
7
+
This package is intended for environments where the host can serve the application root document and static assets, but cannot reliably serve deep-linked route paths on refresh.
8
+
9
+
## Highlights
10
+
11
+
- Hash-fragment routing built on top of Blazor's navigation model
12
+
- Canonical `/#/...` URL handling
13
+
- Internal link interception for same-origin navigation
14
+
- Browser back/forward and hash change support
15
+
- Navigation lock integration
16
+
- Standalone NuGet-ready packaging with static web assets
0 commit comments