diff --git a/aspnetcore/migration/100-to-110/includes/blazor.md b/aspnetcore/migration/100-to-110/includes/blazor.md index 2c9deabed7db..7f778351795a 100644 --- a/aspnetcore/migration/100-to-110/includes/blazor.md +++ b/aspnetcore/migration/100-to-110/includes/blazor.md @@ -52,3 +52,35 @@ If the app has a [Content Security Policy (CSP)](xref:blazor/security/content-se ```diff - 'unsafe-hashes' 'sha256-qnHnQs7NjQNHHNYv/I9cW+I62HzDJjbnyS/OFzqlix0=' ``` + +### QuickGrid adopts URL-based pagination and sorting + +`QuickGrid` component persists pagination and sort state in the URL query string (for example, `?page=2&sort=Name&order=asc`), which enables link sharing, browser back/forward navigation, and operation under static server-side rendering (static SSR). This behavior is enabled by default. + +To work without a JavaScript runtime, sortable column headers and paginator controls now render as `` (link) elements instead of `