Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MainLayout.cshtml « Shared « Microsoft.AspNetCore.Blazor.E2EPerformance « wasm - github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 259daf45d656ac4b9eb6093fc47abb27db15f779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@inherits LayoutComponentBase

<h1>E2E Performance</h1>

<a href="">Home</a> |
<a href="renderlist">RenderList</a> |
<a href="json">JSON</a>

<hr/>

<div>
    @Body
</div>