Skip to content

Commit cad66a3

Browse files
story(ES-832074): Getting-Started Server Sample.
1 parent 1b52de9 commit cad66a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2433
-0
lines changed

PDFViewer/BlazorServerApp/PDFViewerSample-SfPdfViewer/.vs/PDFViewerSample/FileContentIndex/read.lock

Whitespace-only changes.

PDFViewer/BlazorServerApp/PDFViewerSample-SfPdfViewer/.vs/PDFViewerSample/config/applicationhost.config

Lines changed: 1026 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Router AppAssembly="@typeof(App).Assembly">
2+
<Found Context="routeData">
3+
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4+
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
5+
</Found>
6+
<NotFound>
7+
<PageTitle>Not found</PageTitle>
8+
<LayoutView Layout="@typeof(MainLayout)">
9+
<p role="alert">Sorry, there's nothing at this address.</p>
10+
</LayoutView>
11+
</NotFound>
12+
</Router>

0 commit comments

Comments
 (0)