1,456 questions with Blazor tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Updating Blazor 8 Application - Special Attention Needed After Recent Updates

Hello, I previously posted a question about a Blazor Server application I was working on, which was functioning correctly at the time. However, after recent updates to Blazor 8, it seems that the application requires additional steps to work…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,535 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,456 questions
asked 2024-06-18T08:44:34.06+00:00
Yusuf 711 Reputation points
accepted 2024-06-19T06:05:49.25+00:00
Yusuf 711 Reputation points
2 answers

How to add a different CSS to a razor page in Blazor WASM?

I am working on a Blazor WASM e-commerce application using the .NET 6 old version with a default template. I want to add a new razor page with a different look while keeping the old ones in the project. How can I achieve this? Specifically, I want to add…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,292 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,456 questions
asked 2024-06-04T13:24:09.7766667+00:00
Cenk 981 Reputation points
edited the question 2024-06-19T02:27:07.1733333+00:00
Jack J Jun 24,476 Reputation points Microsoft Vendor
1 answer

How to use AddScope in Blazor .NET 8

I am currently learning Blazor in .NET 8 (server) and I'm having trouble understanding a key concept. I need to have a persistent service per user, so I can't use a singleton. The thing that makes sense is a scope, from all the stuff I've read online…

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,456 questions
asked 2024-06-18T13:29:52.3533333+00:00
Gabriel 0 Reputation points
commented 2024-06-18T23:53:52.38+00:00
Soaad Nahas 0 Reputation points
1 answer

How to publish a WASM app for offline use

I have a Blazor WASM app in VS 2022 Community v 17.10.1 that I am trying to run offline, but am getting several "failed to load resource" and one "failed to register a Service Worker" exceptions as shown below. I followed these…

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,456 questions
asked 2024-06-16T17:06:09.7833333+00:00
Steve Rehling 65 Reputation points
commented 2024-06-18T22:30:48.7066667+00:00
Bruce (SqlWork.com) 59,306 Reputation points
2 answers One of the answers was accepted by the question author.

Save file from somebody to my web Blazor.I try browse in internet but not found how to start write the code.Let said put that file int TextBox and then need to upload,,How

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <PageTitle>Home</PageTitle> <h1>Hello, world!</h1> Welcome to your new app. <p></p> @foreach (var image in images) { <div…

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,456 questions
asked 2024-06-18T10:04:36.0633333+00:00
MIPAKTEH_1 220 Reputation points
commented 2024-06-18T14:48:06.76+00:00
MIPAKTEH_1 220 Reputation points
0 answers

Issue with FluentUI in Blazor WASM: Deserialization Error on Deployed App

I'm experiencing a deserialization error with FluentUI components in my Blazor WASM web app. The error only occurs on the deployed app (on Azure Static Web App), not in the localhost development environment. I'm using the FluentUI framework for UI…

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,456 questions
asked 2024-06-17T17:15:14.9066667+00:00
Vũ Hoàng 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to set Click on picture then go to new different page.That mean one picture one new page.

@page "/" @rendermode InteractiveServer @inject NavigationManager Navigation <PageTitle>Home</PageTitle> <h1>Hello, world!</h1> Welcome to your new app. <p></p> @foreach (var image in images) { …

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,456 questions
asked 2024-06-16T04:17:09.63+00:00
MIPAKTEH_1 220 Reputation points
accepted 2024-06-17T04:35:08.76+00:00
MIPAKTEH_1 220 Reputation points
0 answers

How to organize icons on navbar using Bootstrap in a Blazor WASM app with .NET 6?

I'm working on an e-commerce app and I want to properly organize the icons on my navbar using Bootstrap 5 CSS. Specifically, I want to display the icons side by side, with equal spacing, and have the username appear right under the green login icon. Can…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,292 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,456 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,501 questions
asked 2024-06-14T13:48:29.6+00:00
Cenk 981 Reputation points
edited the question 2024-06-15T05:53:29.3033333+00:00
Cenk 981 Reputation points
0 answers

Unable to filter to, cc & bcc recipients using latest version of graph sdk and filter query

I am facing issues filtering to, cc, and bcc recipients using the latest version of Graph SDK in a .NET MAUI Blazor Hybrid project. Can someone provide any insights or suggestions to resolve this issue?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,101 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,456 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,067 questions
asked 2024-06-14T08:05:20.58+00:00
Kumaresan C 0 Reputation points
1 answer

My aurhorization shows fore alittle my mainlayout and then redirect to unauthorizedpage

<Router AppAssembly="@typeof(Admin).Assembly"> <Found Context="routeData"> <AuthorizeRouteView RouteData="@routeData"…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,292 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,456 questions
asked 2024-06-11T08:22:45.62+00:00
Ioannis Karakostas 0 Reputation points
answered 2024-06-13T22:30:10.0433333+00:00
Bruce (SqlWork.com) 59,306 Reputation points
1 answer One of the answers was accepted by the question author.

How does Azure know when to scale out?

Hi all; I understand how to set my Azure App Service to scale out and how I am then charged, What I don't understand is, how does Azure know when to scale out my system? From everything I've read it "just knows." How does it know? Is it as…

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,456 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,179 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
37 questions
asked 2024-04-01T11:24:52.79+00:00
David Thielen 2,466 Reputation points
edited the question 2024-06-13T04:17:17.4433333+00:00
bharathn-msft 5,086 Reputation points Microsoft Employee
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,292 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,456 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,775 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,281 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,456 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,613 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,652 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) 59,306 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,292 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,456 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,501 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,147 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,456 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,067 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.) 37,751 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,456 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,535 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,456 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 2,795 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,863 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,456 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,292 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,456 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,456 questions
asked 2024-06-07T12:06:43.8233333+00:00
MIPAKTEH_1 220 Reputation points
accepted 2024-06-07T14:10:45.03+00:00
MIPAKTEH_1 220 Reputation points