An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# BlazorPathHelper
[![NuGet Version](https://img.shields.io/nuget/v/BlazorPathHelper?style=for-the-badge&logo=NuGet&color=%2308C)](https://www.nuget.org/packages/BlazorPathHelper/) ![GitHub License](https://img.shields.io/github/license/arika0093/BlazorPathHelper?style=for-the-badge&logo=Apache)

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/arika0093/BlazorPathHelper/release.yaml?branch=main&label=Release&style=flat-square) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/arika0093/BlazorPathHelper?style=flat-square)

`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.