https://github.com/callumbwhyte/umbraco-routing-extensions
Extensions for custom routing in Umbraco
https://github.com/callumbwhyte/umbraco-routing-extensions
dotnet routing umbraco
Last synced: about 1 month ago
JSON representation
Extensions for custom routing in Umbraco
- Host: GitHub
- URL: https://github.com/callumbwhyte/umbraco-routing-extensions
- Owner: callumbwhyte
- License: mit
- Created: 2019-12-03T10:56:00.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-23T15:37:33.000Z (about 3 years ago)
- Last Synced: 2025-03-26T07:15:18.340Z (about 2 months ago)
- Topics: dotnet, routing, umbraco
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Umbraco Routing Extensions
[](https://www.nuget.org/packages/Our.Umbraco.Extensions.Routing/)
## Getting started
Routing Extensions is supported on Umbraco 8.1+.
### Installation
Routing Extensions is available from NuGet, or as a manual download directly from GitHub.
#### NuGet package repository
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.Extensions.Routing/), run the following command in your instance of Visual Studio.
PM> Install-Package Our.Umbraco.Extensions.Routing
## Contribution guidelines
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.
### Who do I talk to?
This project is maintained by [Callum Whyte](https://callumwhyte.com/) and contributors. If you have any questions about the project please get in touch on [Twitter](https://twitter.com/callumbwhyte), or by raising an issue on GitHub.
## Credits
The logo uses the [Route](https://thenounproject.com/term/route/641107/) icon from the [Noun Project](https://thenounproject.com) by [Viktor Ostrovsky](https://thenounproject.com/vostrovsky/), licensed under [CC BY 3.0 US](https://creativecommons.org/licenses/by/3.0/us/).
### A special #h5yr to our contributors
* [Matthew Wise](https://github.com/Matthew-Wise)
* [Damiaan Peeters](https://github.com/dampee)
* [Ronald Barendse](https://github.com/ronaldbarendse)## License
Copyright © 2022 [Callum Whyte](https://callumwhyte.com/), and other contributors
Licensed under the [MIT License](LICENSE.md).