https://github.com/arika0093/blazorpathhelper
BlazorPathHelper is a library that assists in managing URL paths within Blazor projects.
https://github.com/arika0093/blazorpathhelper
blazor dotnet
Last synced: about 1 year ago
JSON representation
BlazorPathHelper is a library that assists in managing URL paths within Blazor projects.
- Host: GitHub
- URL: https://github.com/arika0093/blazorpathhelper
- Owner: arika0093
- License: apache-2.0
- Created: 2024-11-26T15:46:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:18:27.000Z (about 1 year ago)
- Last Synced: 2025-04-09T16:21:47.375Z (about 1 year ago)
- Topics: blazor, dotnet
- Language: C#
- Homepage: https://arika0093.github.io/BlazorPathHelper/latest
- Size: 4.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.Nuget.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazorPathHelper
[](https://www.nuget.org/packages/BlazorPathHelper/) 
 
`BlazorPathHelper` is a library that assists in managing URL paths within Blazor projects.
## Main Features
This library **automatically** generates the following contents.
* **Type-safe** URL builders from URL definitions
* supports parameter/optional parameter/queries
* Route/Parameter/SupplyParameterFromQuery definition
* Menu structure data
* Supports customizing menu display (icon, description, l10n, etc.)
See [README](https://github.com/arika0093/BlazorPathHelper/blob/main/README.md) and [Documentation](https://arika0093.github.io/BlazorPathHelper/latest/) for more information.