python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Blazor WASM .NET-6 Role Authentication is not working for me
My project is in VS-2022 and using the TAGS below.
Can someone please explain what the code-snippet reference below means in the SERVER program.cs file? What is this snippet intended to "do"...

John D
Votes: 0
Answers: 1
Why doesn't this Blazor WebAssembly api Get function work?
I have a Blazor WASM app and am just modifying the template weatherforecastcontroller to add a Get where I can pass in an id:
[HttpGet("{userId}")]
public string Get(string ...
E.D.
Votes: 0
Answers: 3
Blazor WebAssembly and Azure Functions Authentication
I have deployed an API (Azure Function App to be specific) and have enabled Azure AD on it.
You can test that here: https://shoppingcartlist-api.azurewebsites.net/api/shoppingcartitem
I have also depl...
trevoirwilliams
Votes: 0
Answers: 1
Blazor WASM Head component, page source and social media share
I'm using the new <PageTitle> and <HeadContent> components in Blazor WASM .net6.
It works fine and if I look in the devtools elements everything is work like it is supposed.
But if I look...
Pettanord
Votes: 0
Answers: 2