Skip to content

Commit d9e099e

Browse files
authored
Surface Blazor Pre2 content in INCLUDE (#34995)
1 parent e9b2393 commit d9e099e

File tree

1 file changed

+0
-4
lines changed
  • aspnetcore/release-notes/aspnetcore-10/includes

1 file changed

+0
-4
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/blazor.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ The [`[Route]` attribute](xref:Microsoft.AspNetCore.Components.RouteAttribute) n
3030

3131
![Route template pattern of a route attribute for the counter value shows syntax highlighting](~/release-notes/aspnetcore-10/_static/route-template-highlighting.png)
3232

33-
<!-- PREVIEW 2
34-
3533
### `NavigateTo` no longer scrolls to the top for same-page navigations
3634

3735
Previously, <xref:Microsoft.AspNetCore.Components.NavigationManager.NavigateTo%2A?displayProperty=nameWithType> scrolled to the top of the page for same-page navigations. This behavior has been changed in .NET 10 so that the browser no longer scrolls to the top of the page when navigating to the same page. This means the viewport is no longer reset when making updates to the address for the current page, such as changing the query string or fragment.
@@ -91,5 +89,3 @@ The following example uses the `CloseColumnOptionsAsync` method to close the col
9189
movies.Where(m => m.Title!.Contains(titleFilter));
9290
}
9391
```
94-
95-
-->

0 commit comments

Comments
 (0)