Skip to content

Commit d991a89

Browse files
authored
Remove remarks (#34050)
1 parent 4553d60 commit d991a89

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

aspnetcore/blazor/security/blazor-web-app-with-oidc.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -624,16 +624,6 @@ The <xref:Microsoft.AspNetCore.Builder.AuthorizationEndpointConventionBuilderExt
624624

625625
:::zone-end
626626

627-
## Adding components that adopt interactive server-side rendering
628-
629-
Because the app uses global Interactive Auto rendering via the `Routes` component, individual components that specify interactive server-side rendering (interactive SSR, `@rendermode InteractiveServer`) in their component definition file (`.razor`) are *placed in the `.Client` project's `Pages` folder*.
630-
631-
Placing interactive SSR components in the `.Client` project is counter-intuitive because such components are only rendered on the server.
632-
633-
If you place an interactive SSR component in the server project's `Components/Pages` folder, the component is prerendered normally and briefly displayed in the user's browser. However, the client-side router isn't able to find the component, ultimately resulting in a *404 - Not Found* in the browser.
634-
635-
Therefore, place interactive SSR components in the `.Client` project's `Pages` folder.
636-
637627
## Redirect to the home page on signout
638628

639629
When a user navigates around the app, the `LogInOrOut` component (`Layout/LogInOrOut.razor`) sets a hidden field for the return URL (`ReturnUrl`) to the value of the current URL (`currentURL`). When the user signs out of the app, the identity provider returns them to the page from which they signed out.

0 commit comments

Comments
 (0)