Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Blazor wasm hosted App, ability to run server side component for some sensitive page #33691

Closed
nssidhu opened this issue Jun 20, 2021 · 4 comments
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-server ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved
Milestone

Comments

@nssidhu
Copy link

nssidhu commented Jun 20, 2021

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.

@javiercn javiercn added area-blazor Includes: Blazor, Razor Components feature-blazor-server labels Jun 20, 2021
@rogihee
Copy link
Contributor

rogihee commented Jun 21, 2021

You could use the tag helper <component RenderMode="static" />

@javiercn
Copy link
Member

@nssidhu thanks for contacting us.

This is not something you can do today.

@javiercn javiercn added this to the Backlog milestone Jun 21, 2021
@ghost
Copy link

ghost commented Jun 21, 2021

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@danroth27
Copy link
Member

Duplicate of #37131

@danroth27 danroth27 marked this as a duplicate of #37131 Oct 14, 2021
@danroth27 danroth27 added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Oct 14, 2021
@ghost ghost added the Status: Resolved label Oct 14, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Nov 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-server ✔️ Resolution: Duplicate Resolved as a duplicate of another issue Status: Resolved
Projects
None yet
Development

No branches or pull requests

4 participants