Skip to content

Commit 3750c21

Browse files
authored
Drop stray hr entries (#20121)
1 parent c46bcf2 commit 3750c21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

aspnetcore/includes/blazor-prerendering.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
---
31
While a Blazor Server app is prerendering, certain actions, such as calling into JavaScript, aren't possible because a connection with the browser hasn't been established. Components may need to render differently when prerendered.
42

53
To delay JavaScript interop calls until after the connection with the browser is established, you can use the [OnAfterRenderAsync component lifecycle event](xref:blazor/components/lifecycle#after-component-render). This event is only called after the app is fully rendered and the client connection is established.

0 commit comments

Comments
 (0)