asp.net-blazor Questions
1
Solved
The generated template for a blazor wasm hosted app has its base URL starting at '/' ( ie, https://localhost:5001/ for local development or https://www.domain-name.xyz/ when deployed.) I need this ...
Micahmicawber asked 29/3, 2021 at 22:15
4
When I publish a Blazor Server Side app on Azure, Visual Studio prompts a message that says:
Your application is making use of SignalR. For environments that need to scale we strongly recommend ad...
Walker asked 12/3, 2020 at 17:53
1
Solved
For several days I try to declare claims for a Blazor application. I finally found a way to do it which is supposed to work but for some reason I can not find my claim in the claims list.
I created...
Olympiaolympiad asked 10/11, 2020 at 22:38
1
I've built a blazor app that has no issues at the moment. When I call "dotnet publish -c Release" I get a published project, except the output is an executable file that ubuntu picks up a...
Hipster asked 31/8, 2020 at 20:51
1
Solved
I'm new to SPA frameworks and Blazor so this will probably be an easy question to answer, although I couldn't find an answer anywhere else.
I want to show a component somewhere on the page as soon ...
Trespass asked 10/9, 2020 at 23:52
2
Solved
I've distilled my issue down to a boilerplate Blazor Web Assembly app.
The project is straight out of the wizard, with the below code added.
I've changed the Index.razor page to this:
@page "/...
Renshaw asked 24/5, 2020 at 3:12
1
I recently started using Blazor and find it a very promising technology.
I'm at the point of making custom nested Blazor components, but I don't seem to get it working the way I want.
The goal is t...
Schlosser asked 26/7, 2020 at 17:40
1
Solved
I am using a Dictionary<string,string> to store some options, the key is the name of the option and as you guess the value is the value of the correspendent option.
in my razor file i have th...
Agrimony asked 1/7, 2020 at 14:35
2
Solved
So I've been going through Azure Signal R Service for blazor apps and I've noticed they have their pricing according to units as well. The free version allows up to one unit where as the standard v...
Publicness asked 22/4, 2020 at 13:44
2
Solved
I have this code.
<ParentComponent>
<ChildComponet>
@renderFragment
</ChildComponent>
<ChildComponetn>
<GridComponent Data="@dataList"/>
</ChildComponent>...
Scaphoid asked 27/5, 2020 at 11:22
2
Solved
Context:
We want to create a Single Page Application that runs with Blazor WebAssembly on the client-side. On the server-side, the solution has an ASP.NET MVC which includes some ApiController cla...
Dobb asked 3/4, 2020 at 12:24
2
Solved
I'm seeing this common pattern in some libraries (MatBlazor, Telerik) of having ValueChanged and ValueExpression properties and it really confuses me.
What is the difference between both? And when...
Viol asked 12/3, 2020 at 16:42
1
Solved
I want to make a component that have a EditForm and encapsulate the form and the validation inside of the component.
And I want to reuse this component anywhere in my application and submit it usi...
Format asked 18/3, 2020 at 12:55
1
Solved
I'm trying to do this
<MatCheckbox @bind-Value="@(!Checked)" Label="Checkbox"></MatCheckbox>
But it gives me the error
CS0131 The left-hand side of an assignment must be a variabl...
Flaring asked 9/3, 2020 at 14:4
1
Solved
I have to add data validation for a Date and Time input fields for an existing Asp.net Core 3.1 Blazor project; this is my first time working with Blazor.
I have setup data binding on the date in...
Anabal asked 21/2, 2020 at 21:27
© 2022 - 2024 — McMap. All rights reserved.