https://github.com/poke/aspnetcore-razorblazor
RazorBlazor combination example
https://github.com/poke/aspnetcore-razorblazor
aspnetcore razor-pages
Last synced: 7 months ago
JSON representation
RazorBlazor combination example
- Host: GitHub
- URL: https://github.com/poke/aspnetcore-razorblazor
- Owner: poke
- Created: 2019-09-25T22:41:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T10:58:20.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T08:29:51.599Z (9 months ago)
- Topics: aspnetcore, razor-pages
- Language: HTML
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RazorBlazor
This is an example ASP.NET Core 3.1 application that uses both Razor pages and server-side Blazor within the same application. The Blazor component is being embedded directly into Razor pages, without involving client-side routing or other SPA-related setups.