Skip to content

POC showing how Blazor WASM can be embedded inside an MVC/Razor Pages site

Notifications You must be signed in to change notification settings

markgould/RazorBlazor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RazorBlazor

POC showing how Blazor WASM can be embedded inside an MVC/Razor Pages site

Handles CSRF on post back, thanks to https://github.com/RemiBou/Toss.Blazor for the inspiration

Routing is handled by using Razor page handlers - a handler that doesn't exist will resolve to the default handler (OnGet), and then Blazor is able to use that to show the correct page.

About

POC showing how Blazor WASM can be embedded inside an MVC/Razor Pages site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published