You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity/index>)
196
+
* .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>)
197
+
* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples))
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity/index>)
194
214
* .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>)
215
+
* Additional samples (see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples))
195
216
196
217
:::moniker-end
197
218
@@ -207,19 +228,14 @@ The sample repo contains two types of samples:
207
228
208
229
:::moniker-end
209
230
210
-
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).
231
+
For more information, a list of the samples in the repository, and download instructions, see the [Blazor samples GitHub repository README file](https://github.com/dotnet/blazor-samples).
211
232
212
233
The ASP.NET Core repository's Basic Test App is also a helpful set of samples for various Blazor scenarios:
213
234
214
235
[`BasicTestApp` in ASP.NET Core reference source (`dotnet/aspnetcore`)](https://github.com/dotnet/aspnetcore/tree/main/src/Components/test/testassets/BasicTestApp)
0 commit comments