/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/Samples/BlazorWebAppPerPage.Client/Program.cs
8 строк
291 B
Javier Calvarro Nelson
[Blazor] Revamp Components Blazor samples + add validate-blazor-feature skill (#67497)
28 июл 2026, 18:30
Не верифицирован
28 июл 2026, 18:30
38cef4b
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Components.WebAssembly.Hosting; var builder = WebAssemblyHostBuilder.CreateDefault(args); await builder.Build().RunAsync();