You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here and in the Components overview, let's warn off of reproducing route param values and query string values in responses. Generally recommend that devs should avoid rendering components that contain sensitive information alongside components that can render data from untrusted sources (JS interop, database data provided by a user, route param, QS, etc.).
Description
Here and in the Components overview, let's warn off of reproducing route param values and query string values in responses. Generally recommend that devs should avoid rendering components that contain sensitive information alongside components that can render data from untrusted sources (JS interop, database data provided by a user, route param, QS, etc.).
Page URL
https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/routing?view=aspnetcore-8.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/fundamentals/routing.md
Document ID
b6cb2574-6326-a40d-0b6c-d1661328e828
Article author
@guardrex
The text was updated successfully, but these errors were encountered: