https://github.com/quickz/aspnetviewcomponentexample
https://github.com/quickz/aspnetviewcomponentexample
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quickz/aspnetviewcomponentexample
- Owner: Quickz
- License: mit
- Created: 2022-09-09T18:22:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T19:02:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T20:42:54.038Z (over 1 year ago)
- Language: HTML
- Size: 894 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core ViewComponent example
A small project demonstrating the use of the `ViewComponent` feature in `ASP.NET Core`.
If you wish to know more about the topic, feel free to check the Microsoft documentation:
https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-components?view=aspnetcore-6.0
The project was made using `.NET 6`.