blazor-component Questions

1

I'm creating a Blazor component to have a NuGet package of the design. So, I can use it in different projects. I have a Razor called TopNavBar that displays the header of the page. <div class=&q...
Severus asked 12/12, 2023 at 12:8

2

Solved

with the new .NET 5 preview CSS isolation comes in blazor. Does anybody know, is it possible to use the CSS isolation in blazor server? I have play a lot around, but in my blazor server app CSS iso...
Mog asked 8/11, 2020 at 13:4

2

In the main method of dotnet core blazor web assembly app there is a WebAssemblyHostBuilder class which builds the host for the blazor application. In that class there is a public property called R...

2

Solved

I'm trying to split my Blazor Server project into components in order to make it more manageable. I want my component to have a function passed in as a parameter to it. The function takes a string ...
Chondrule asked 30/3, 2021 at 7:41

3

Solved

I need to display validation messages if a nested-component is not properly filled in. The component is consumed by other parent-components and they need to get feedback on whether there are valida...
Bod asked 11/2, 2021 at 10:22
1

© 2022 - 2024 — McMap. All rights reserved.