RobotApp/RobotApp.Client/Program.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

10 lines
305 B
C#

using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.Services.AddAuthorizationCore();
builder.Services.AddCascadingAuthenticationState();
builder.Services.AddAuthenticationStateDeserialization();
await builder.Build().RunAsync();