1,477 questions with Blazor tags

Sort by: Updated
0 answers

Troubleshooting Controller in Blazor WASM project NET5 after app modernization

Redid a aspnet core 2.1 Blazor WASM project in NET5, just started from scratch as a I did not manage to follow the upgrade steps provided by Microsoft and we left with tens of error messages. Initially the NET5 Blazor WASM app worked, but that was…

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,477 questions
asked 2021-05-12T16:33:10.997+00:00
wavemaster 311 Reputation points
commented 2021-05-19T01:18:55.007+00:00
Zhi Lv - MSFT 32,071 Reputation points Microsoft Vendor
0 answers

Getting QueryString in net standard

Hi My Blazor net core 3.1 app references a net standard 2.1 class library project. In the referenced net standard 2.1 class library project I need to get the QueryString passed to the Blazor app. I am looking for a simple example of getting…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 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,477 questions
asked 2021-05-16T13:04:29.897+00:00
Y a h y a 416 Reputation points
commented 2021-05-17T09:24:56.867+00:00
Jerry Cai-MSFT 986 Reputation points
1 answer

passing {param} inside page name? is it possible?

Hi, I have an older website where I'm doing a lot of urlrewrite stuff to my old .aspx files and I'm trying to rewrite it using server side blazor is it possible to pass parameters as part of a url page name? i.e. @Anonymous …

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,477 questions
asked 2021-05-04T19:48:52.327+00:00
Robdob 1 Reputation point
commented 2021-05-14T09:06:45.217+00:00
Yiyi You - MSFT 521 Reputation points
0 answers

routing all .html to proper razor pages in Server side Blazor

Hi, I have an older website where I'm doing a lot of urlrewrite stuff to my old .aspx files. I'm now trying to covert this site to blazor and I would like to be able to access a lot of m blazor site using direct .html filenames within the urls. so I…

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,477 questions
asked 2021-05-04T19:16:50.107+00:00
Robdob 1 Reputation point
1 answer

SVG Base64String or bytes array to RazorPage

Hi, In my solution i have a base64 string (get it from a webservice) and i want to show this in a RazorPage. How can I solve this? Thanks :)

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,477 questions
asked 2021-04-30T08:22:05.06+00:00
Jasonix 1 Reputation point
answered 2021-05-03T05:02:43.213+00:00
Zhi Lv - MSFT 32,071 Reputation points Microsoft Vendor
0 answers

Authenticate Blazor WebAssembly using multiple identity providers

I am learning Blazor WebAssembly and building a small project to be hosted as Static Web App in Azure. The target framework is net5.0. When the user clicks over 'login' hyperlink or button, a new page will display the names of some identity providers…

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,477 questions
asked 2021-04-26T15:51:22.88+00:00
Amauri Rodrigues 11 Reputation points
commented 2021-04-27T22:56:23.147+00:00
Amauri Rodrigues 11 Reputation points
1 answer

Blazor Serverside with LetsEncrypt certificate by Certbot

I'm currently working on a Blazor app (serverside) and I'm looking at adding a certificate for HTTPS. I have already set up Certbot on my Windows Server to automatically refresh certificates, and have already generated one. However, I'm having…

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,477 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,516 questions
asked 2021-04-06T09:18:03.543+00:00
InzeNL 1 Reputation point
answered 2021-04-24T12:34:45.56+00:00
onurs53 96 Reputation points
2 answers One of the answers was accepted by the question author.

Open Windows Console on Blazor Server App Start VS2019

I'm developing a Blazor Server App which interfaces with an API I have built. At one point, my project was set up to open a Windows Console output window which showed essentially the same info as the Output window in VS but also the content of my…

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,477 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
326 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
962 questions
asked 2021-04-18T00:33:05.077+00:00
Felicity Winter 21 Reputation points
answered 2021-04-22T09:40:19.43+00:00
Felicity Winter 21 Reputation points
1 answer

AADB2C90068: The provided application with ID is not valid against this service. Please use an application created via the B2C portal and try again

I have created application Blazor server application in visual studio 2019. Which used Azure Ad B2C authentication. But i have received below error when going to login. Sorry, but we're having trouble signing you in. We track these errors…

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,477 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,740 questions
asked 2021-04-16T11:13:43.477+00:00
Navneet 1 Reputation point
commented 2021-04-16T19:48:21.477+00:00
Marilee Turscak-MSFT 36,141 Reputation points Microsoft Employee
0 answers

Any examples of using SAML 2 authentication with a Blazor server-side app?

I have a .Net 5 core Blazor server-side application which I have been asked to modify so that it can use SAML 2 for authentication. Has anyone done this before? i can see examples of SAML and ASP.NET Core MVC but not 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,477 questions
asked 2021-04-16T14:55:47.22+00:00
Weebo 11 Reputation points
0 answers

Use Microsoft Graph in a web API with a Blazor Server client

Whereas I have spent a very long day trying and failing to get this working, I do feel like I'm tantalizingly close. In fact I have this example working. The problem is that example uses a WPF client, and for the life of me I can't seem to get 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,344 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,477 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,740 questions
asked 2021-04-04T08:29:52.687+00:00
Bradley Plett 36 Reputation points
commented 2021-04-15T22:13:17.737+00:00
Marilee Turscak-MSFT 36,141 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Blazor server app with Azure AD B2C authentication

Hi while trying to launch my app with Azure AD enabled i get the following error: Error. An error occurred while processing your request. Request ID: 00-fca99c8b40b49d4798e8f0ce2e129ea9-3b940a54171b6045-00 Development Mode Swapping to…

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,477 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,740 questions
asked 2021-04-13T18:38:39.593+00:00
arun singh 111 Reputation points
accepted 2021-04-13T21:11:56.777+00:00
arun singh 111 Reputation points
1 answer One of the answers was accepted by the question author.

How can I get the <input /> value in a blazor razor page after it rendered completely by using javascript?

I wrote this in my code, one of my test razor page. <input value= "3"/> And after I run the project, in the WebPage I has saw the value is 3. But I saw in the DOM , it doesn't have value attribute. So when I just use…

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,477 questions
asked 2021-04-01T08:05:03.467+00:00
superTaylorfans Liu 26 Reputation points
commented 2021-04-09T12:14:22.59+00:00
Yogi 346 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio 2019 .razor file Code Editor F1 Help

I am unable to navigate to the documentation (F1 Key) by selecting any element in the .razor file. However, F1 command works fine in both html and CS file. Could you please help in resolving this issue? Project: Blazor Web Assembly IDE: Visual…

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,477 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,821 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
999 questions
asked 2021-04-05T23:24:39.017+00:00
Chandra Mohan 461 Reputation points
accepted 2021-04-07T10:16:14.217+00:00
Chandra Mohan 461 Reputation points
1 answer

Blazor Server + Web API HTTP POST or PUT - write all or write none

I am working on modernization of a transactional app written in the 2012 Microsoft flavor of the year. The old app uses EF 6.4. The modernized app is based on Blazor Server and Web API. Currently I am at the point where I need to save a newly created…

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,477 questions
asked 2021-04-06T20:26:06.303+00:00
wavemaster 311 Reputation points
commented 2021-04-07T05:25:49.763+00:00
Yiyi You - MSFT 521 Reputation points
0 answers

Blazor Webassembly: Swagger endpoint does not work as expected when PWA is enabled and is publised to Azure appservice

I created a simple Blazor WebAssembly project with Asp.Net hosted and PWA feature on. Added <PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.1" /> to Server project. Ran it locally and I can hit the swagger…

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,477 questions
asked 2021-04-05T21:25:30.193+00:00
DD 1 Reputation point
2 answers One of the answers was accepted by the question author.

Linq Method does not contain a definition for (Contains)

I have an array of ServiceGrid items called services, the relevant properties are shown below: svcId / svcName / svcBillingRate/ and more.... 5 / serviceA / 10.00 . 19 / serviceB / 19.25 11 / serviceC / 24.00 17 / serviceD / 4.50 2 /…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 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,477 questions
asked 2021-03-31T02:33:26.887+00:00
wavemaster 311 Reputation points
commented 2021-04-01T13:33:49.37+00:00
wavemaster 311 Reputation points
1 answer

Is there a trick to Azure Web Functions

I have a new Azure Web Function setup for http events and it appears to work just fine on http://localhost:2030/api/mymethod but when I deploy it to Azure and attempt to call it from inside the same Blazor app (after updating the URLs) it doesn't…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,566 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,477 questions
asked 2021-04-01T02:05:31.553+00:00
Daniel noyn 1 Reputation point
answered 2021-04-01T06:48:58.997+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer

Azure function works with blazor and localhost but nothing appears to happen when I deploy it to Azure

I am new to azure web functions. I created a web function and got it working on localhost and was able to step through it, calling it from my Blazor webapp. I changed the url to the one listed in my launch code when I published as the base address. (No…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,566 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,477 questions
asked 2021-04-01T00:40:52.907+00:00
Daniel noyn 1 Reputation point
answered 2021-04-01T06:35:41.45+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer

how to auto refresh when saving in blazor??

i watched https://youtu.be/cilV8vnEjJE , he show auto fresh when saving code in blazor , i want to know that

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,477 questions
asked 2021-03-28T20:44:41.717+00:00
erwin gunawan 1 Reputation point
answered 2021-03-30T02:09:11.34+00:00
Michael Wang-MSFT 1,061 Reputation points