We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a second example, and it's better for a new section on render mode by area. The example can show setting the render mode by path ...
<Routes @rendermode="@RenderModeForPage" /> ... [CascadingParameter] private HttpContext HttpContext { get; set; } = default!; private IComponentRenderMode? RenderModeForPage => HttpContext.Request.Path.StartsWithSegments("/Admin") ? InteractiveServer : null;
https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/components/render-modes.md
7c9948a3-9886-8097-6014-492a4c21ea4e
@guardrex
The text was updated successfully, but these errors were encountered:
A green dinosaur 🦖 will be along shortly to assist. Stand-by ........
Sorry, something went wrong.
guardrex
Successfully merging a pull request may close this issue.
Description
This is a second example, and it's better for a new section on render mode by area. The example can show setting the render mode by path ...
Page URL
https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/components/render-modes.md
Document ID
7c9948a3-9886-8097-6014-492a4c21ea4e
Article author
@guardrex
The text was updated successfully, but these errors were encountered: