Skip to content

Commit

Permalink
Update src/Components/test/testassets/Components.TestServer/RazorComp…
Browse files Browse the repository at this point in the history
…onents/Pages/EnhancedNav/PageWithServerRenderModeCanNavigate.razor

Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
  • Loading branch information
surayya-MS and SteveSandersonMS authored Aug 1, 2023
1 parent 66515e3 commit 01ee2e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@page "/nav/render-mode-server-can-navigate"
@inject NavigationManager Nav
@attribute [RenderModeServer]
@attribute [RenderModeServer(Prerender = false)]
<PageTitle>Render mode Server can navigate</PageTitle>

<h1>Render mode Server can navigate</h1>
Expand Down

0 comments on commit 01ee2e9

Please sign in to comment.