-
Notifications
You must be signed in to change notification settings - Fork 41
Description
URL
When I install my application using .NET MAUI Blazor Hybrid Web App and run the code, it opens, but when I create the same code with Blazor Web App, it doesn't open.
I suspect there's a problem with the Blazor Web App. The button-click feature is inactive. The same feature is active in the NET MAUI Blazor Hybrid and Web App.
Operating system
windows
More information about your system
When I install my application using .NET MAUI Blazor Hybrid Web App and run the code, it opens, but when I create the same code with Blazor Web App, it doesn't open.
I suspect there's a problem with the Blazor Web App. The button-click feature is inactive. The same feature is active in the NET MAUI Blazor Hybrid and Web App.
Description
private void HandleLogin()
{
Console.WriteLine($"Buton Clicked. Kullanıcı Adı: {Username}, Şifre: {Password}");
}
dotnet --info
No response