For Blazor wasm hosted App, ability to run server side component for some sensitive page #33691
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-server
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Milestone
For Blazor wasm hosted app, is it possible to also run the server side Blazor component ?
I have a some sensitive logic that only need to be run on server and just display output, since wasm already has server side Blazor is it possible to run some component on server. The server side component does not need any interactivity so no Signal R needed, but ability to be invoked via URL and output the generated results.
The text was updated successfully, but these errors were encountered: