dotnet / dotnet/website-feedback

multi-platform support

Open
#1,150 0 comments 0 reactions 0 assignees View on GitHub
area-tutorials needs-triage
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.