Skip to content

Commit df728b4

Browse files
authored
Remove sample list (#33987)
1 parent a957fe4 commit df728b4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

aspnetcore/blazor/fundamentals/index.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -178,22 +178,6 @@ Documentation sample apps are available for inspection and download:
178178

179179
Locate a sample app by first selecting the version folder that matches the version of .NET that you're working with.
180180

181-
:::moniker range=">= aspnetcore-8.0"
182-
183-
Samples apps in the repository:
184-
185-
* Blazor Web App
186-
* Blazor WebAssembly
187-
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
188-
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
189-
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
190-
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
191-
* Blazor WebAssembly scopes-enabled logging (<xref:blazor/fundamentals/logging#client-side-log-scopes>)
192-
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity>)
193-
* .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) (<xref:blazor/hybrid/tutorials/maui-blazor-web-app>)
194-
195-
:::moniker-end
196-
197181
:::moniker range="< aspnetcore-8.0"
198182

199183
The sample repo contains two types of samples:
@@ -206,7 +190,7 @@ The sample repo contains two types of samples:
206190

207191
:::moniker-end
208192

209-
For more information, see the [Blazor samples GitHub repository README.md file](https://github.com/dotnet/blazor-samples).
193+
For more information and a list of the samples in the repository, see the [Blazor samples GitHub repository README.md file](https://github.com/dotnet/blazor-samples).
210194

211195
The ASP.NET Core repository's Basic Test App is also a helpful set of samples for various Blazor scenarios:
212196

0 commit comments

Comments
 (0)