1,478 questions with Blazor tags

Sort by: Updated
0 answers

How do I override the default Blazor scaffolding template in Visual Studio 2022

I want to edit the scaffolding template for Blazor CRUD pages, but my changes to the template are not being reflected in the output. I tried researching this issue, and the closest answers I could find are how to edit Razor templates, or MVC component…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,826 questions
asked 2024-05-28T21:54:43.2466667+00:00
Andrew Karpinski 0 Reputation points
edited a comment 2024-06-12T06:32:15.47+00:00
Brando Zhang-MSFT 3,361 Reputation points Microsoft Vendor
1 answer

Blazor for Excel Web Add-in?

Why there is no Blazor option to create Excel Web Add-ins?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,656 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,686 questions
asked 2024-06-11T17:53:54.11+00:00
Fernando Magrina Ferreira 0 Reputation points
answered 2024-06-11T18:48:42.77+00:00
Bruce (SqlWork.com) 60,386 Reputation points
3 answers

In .Net 8 Blazor web app template application how I can use azure active directory authentication

Hello, As we know when we create an application using Blazor Web App Template in .Net 8, we get project one for Server and another one for Client. so how azure authentication will apply/configure in this application. More simply I just wanted know…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,578 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,397 questions
asked 2024-01-17T05:24:28.51+00:00
Kuldeep Y 41 Reputation points
commented 2024-06-11T17:50:45.47+00:00
AD 0 Reputation points
0 answers

.NET MAUI Blazor App - CapturePhotoAsync() Opens camera in small size window. How to open camera in full size window?

IN .NET MAUI Blazor App (WINDOWS platform) , I'm using IMediaPicker interface to call CapturePhotoAsync(). It Opens camera in small size window in my desktop/tablet. Every time I have to resize manually. How to open camera in full size window by…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,147 questions
asked 2024-06-10T15:46:18.47+00:00
Srm 0 Reputation points
commented 2024-06-11T08:16:33.6066667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 38,456 Reputation points Microsoft Vendor
6 answers

Blazor Open a page in a new Browser tab using navigation manager?

Could please advise me the way of open a page in new tab using Navigation manager and how to show pdf file in browser window?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2021-01-04T11:14:40.087+00:00
Anantham.S 1 Reputation point
answered 2024-06-10T10:32:16.1133333+00:00
Janhvi Gujare 0 Reputation points
0 answers

Blazor .net 8 server project editForm textfield and teaxtarea not editable

Hi everyone, I'm working on a Blazor project where I need to implement an editable modal dialog for adding and updating tasks. I attempted to follow some examples and even tried using a custom TaskModel, but I keep running into issues. Here's what I'm…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,574 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-07T12:01:31.9766667+00:00
Esma 20 Reputation points
commented 2024-06-10T05:51:57.4433333+00:00
Ping Ni-MSFT 3,195 Reputation points Microsoft Vendor
1 answer

Blazor Server OIDC Logout with Keycloak Redirects but Session Not Cleared

have a Blazor Server application configured with OpenID Connect (OIDC) authentication using Keycloak. Login works fine and I can authenticate successfully. However, when I log out, I get redirected to the Keycloak logout page but upon returning to my…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,991 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-07T15:16:04.19+00:00
Mohamed Moussa 0 Reputation points
edited an answer 2024-06-08T00:49:47.7633333+00:00
Souleymen Hacini 0 Reputation points
4 answers One of the answers was accepted by the question author.

Blazor HeadContent

I have some Open Graph meta tags that I add within the HeadContent. The problem is that I must add all those tags on every page. <HeadContent> <meta name="description" content="@metaDescription" /> <meta…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-03T17:10:50.0233333+00:00
Kuler Master 266 Reputation points
answered 2024-06-07T17:47:39.4833333+00:00
Bigg Boss 18 Online 0 Reputation points
1 answer One of the answers was accepted by the question author.

Arrange picture from right to left in Blazor

Each picture have TextBox at bottom.Somebody help @page "/" <PageTitle>Home</PageTitle> <h1>Hello, world!</h1> Welcome to your new app. <p></p> @foreach (var image in images) { <p> <img…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-07T12:06:43.8233333+00:00
MIPAKTEH_1 280 Reputation points
accepted 2024-06-07T14:10:45.03+00:00
MIPAKTEH_1 280 Reputation points
2 answers

Breaking Change

Created a brand new Blazor Web Assembly Stand Alone project with Visual Studio 2022, .net 8. Updated the "Microsoft.AspNetCore.Components.WebAssembly" commponents from Version="8.0.3" to Version="8.0.6" The app does not…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-05T17:41:02.88+00:00
William Behning 0 Reputation points
commented 2024-06-06T08:38:39.06+00:00
Ping Ni-MSFT 3,195 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Create, Reference and use a Razor class library.

Hello! I'm training on Microsoft Learn. My current stage is the following module: https://learn.microsoft.com/en-us/training/modules/blazor-build-reusable-components/3-create-razor-class-library First of all, this exercise starts saying that it uses…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,574 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-04-24T15:49:23.6733333+00:00
Rafaeleliasgri 20 Reputation points
edited the question 2024-06-06T05:55:08.97+00:00
Rakesh Gurram 5,070 Reputation points Microsoft Vendor
2 answers

How do you Register a Blazor App to Upload Photos to Azure Blob Storage

I've created a simple Blazor Application based on the standard Blazor Web application template to upload photos to Azure Blob Storage. It works when I run it in my computer, but I'm having trouble getting it to run when I Publish it to an Azure App…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,576 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,277 questions
asked 2024-05-29T23:47:39.4066667+00:00
George Irwin 0 Reputation points
commented 2024-06-05T16:11:28.6333333+00:00
Bruce (SqlWork.com) 60,386 Reputation points
2 answers One of the answers was accepted by the question author.

Problem in bitmap to vector image converter

Hi, I want to make an app that converts a bitmap image to SVG format. Below you can see my code: @page "/" @using Microsoft.JSInterop @inject IJSRuntime JsRuntime <h1>Convert Bitmap to Vector</h1> <input type="file"…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-05-27T14:06:14.7366667+00:00
Saeed Pooladzadeh 251 Reputation points
accepted 2024-06-05T13:22:49.33+00:00
Saeed Pooladzadeh 251 Reputation points
2 answers

My application didn't run

Hi, I have an blazor webassembly application and when I try to run it the loacalhost doesn't launch Apparently, the problem come from the debugger; Have you an idea to fix it?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-05T08:28:50.7966667+00:00
sblb 1,171 Reputation points
answered 2024-06-05T12:37:45.19+00:00
sblb 1,171 Reputation points
2 answers One of the answers was accepted by the question author.

Counter page in blazor not working

This code pick from somewhere but not count when Click event in Counter page. can tell why. @page "/counter" <h1>Counter</h1> <p>The counter value is @currentCount</p> <button class="btn btn-primary"…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-04T15:02:08.19+00:00
MIPAKTEH_1 280 Reputation points
edited an answer 2024-06-05T04:04:36.14+00:00
Ping Ni-MSFT 3,195 Reputation points Microsoft Vendor
0 answers

How can I trigger a method from the OrderConfirmation page in Blazor WASM?

Hi, I have a Blazor WASM Client e-commerce application where I'm showing cart counts in the NavMenu. I'm trying to call the GetCartCount() method from the OrderConfirmation razor page after payment has been completed to make the cart count zero, but I'm…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,578 questions
asked 2024-06-03T10:46:35.6966667+00:00
Cenk 986 Reputation points
edited a comment 2024-06-04T08:26:25.0666667+00:00
JasonPan - MSFT 4,796 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Make one picture for one Button click at the bottom picture

Hi All , Can someone show how modify this code then when we click it show the new blazor page . @page "/House" <h1>HOUSE</h1> @for (int i = 1; i <= images.Count; ++i) { <button class="btn-primary">Click…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-06-02T10:24:59.2666667+00:00
MIPAKTEH_1 280 Reputation points
commented 2024-06-04T06:21:17.4266667+00:00
Brando Zhang-MSFT 3,361 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to resolve CORS errors when running Blazor WASM alongside Blazor Server and ASP.NET Core Web API?

Hi, I have a solution having Blazor WASM, Blazor Server and Asp.Net Core Web API. When I try to run the applications, the Blazor server and API work without any problem but I get this error while running the WASM. Cross-Origin Request Blocked: The Same…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2024-05-26T09:22:59.9066667+00:00
Cenk 986 Reputation points
accepted 2024-06-03T11:01:33.95+00:00
Cenk 986 Reputation points
1 answer

Certification configuration: I'm not able to verify my domain

Hello, after developing a Blazor Web App I tried to connect the app with my own domain. So I have to verify my domain to bind the certificate to my app. First step (import certificate to key fault) seems to work (step is checked). But I do not see the…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,277 questions
asked 2024-05-30T11:31:18.76+00:00
Stefan Brieger 0 Reputation points
commented 2024-06-03T08:05:54.9433333+00:00
SnehaAgrawal-MSFT 19,921 Reputation points
4 answers

Weird errors problem with dotnet watch with blazor/wasm.

I have a really annoying problem with dotnet watch and blazor/wasm. I have a solution in which I have multplie projects, for example an API, a blazor/wasm project and some common classlibraries. I start the API part with CTRL+F5, and I start the Blazor…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,478 questions
asked 2022-02-28T10:45:49.527+00:00
Tendenz Noord 6 Reputation points
commented 2024-06-03T04:57:03.3866667+00:00
Alexander Vavilov 0 Reputation points