dotnet / dotnet/website-feedback
multi-platform support
- Dominant language
- No language data
- Stars
- 7
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
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
Sign in
private void HandleLogin()
{
Console.WriteLine($"Buton Clicked. Kullanıcı Adı: {Username}, Şifre: {Password}");
}
### dotnet --info
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.