Skip to content

Commit c6bf58d

Browse files
authored
Update prerendering propagation remarks (#35762)
1 parent 5481c76 commit c6bf58d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

aspnetcore/blazor/components/render-modes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,10 @@ Prerendering is enabled by default for interactive components.
221221

222222
Internal navigation for interactive routing doesn't involve requesting new page content from the server. Therefore, prerendering doesn't occur for internal page requests, including for [enhanced navigation](xref:blazor/fundamentals/routing#enhanced-navigation-and-form-handling). For more information, see [Static versus interactive routing](xref:blazor/fundamentals/routing#static-versus-interactive-routing), [Interactive routing and prerendering](xref:blazor/components/prerender#interactive-routing-and-prerendering), and [Enhanced navigation and form handling](xref:blazor/fundamentals/routing#enhanced-navigation-and-form-handling).
223223

224-
<!-- UPDATE 10.0 Tracking https://github.com/dotnet/aspnetcore/issues/55635
225-
for .NET 10 work in this area. Update the following remark
226-
if changes are made to the framework. -->
224+
<!-- UPDATE 11.0 Tracking https://github.com/dotnet/aspnetcore/issues/55635
225+
for .NET 11 work in this area. -->
227226

228-
Disabling prerendering using the following techniques only takes effect for top-level render modes. If a parent component specifies a render mode, the prerendering settings of its children are ignored. This behavior is under investigation for possible changes with the release of .NET 10 in November, 2025.
227+
Disabling prerendering using the following techniques only takes effect for top-level render modes. If a parent component specifies a render mode, the prerendering settings of its children are ignored.
229228

230229
To disable prerendering for a *component instance*, pass the `prerender` flag with a value of `false` to the render mode:
231230

0 commit comments

Comments
 (0)