-
Our JavaScript-side APIs are much less clearly organized than the .NET-side ones, which is largely because the public API surface is so tiny compared to everything we expose in .NET.
We have a lot …
-
This issue is to track routing features we're likely to want to add in the future:
* Review exactly which parameter constraints we really want to support. For example maybe add `regex`; maybe remov…
-
# Using Razor Components in .NET Core 3 Preview 1
After wondering why there have not been any new Blazor release announcements nor any news on a Razor Components preview, I did some browsing in this …
-
This addresses a usability issue. We often hear of people trying to put `` elements inside components and being surprised about the effects.
It's almost always a mistake to put a `` element inside …
-
I started doing a simple app using server-side Blazor. In that app I have multiple modal windows that should show additional information about certain parts of the application.
Every modal window…
-
I have Blazor 0.6.0 installed, using the VS template. .NET Core SDK 2.1.402. I see this, both with ReSharper enabled and disabled.
The app appears to still compile and run correctly, so perhaps…
-
So, how do you go about dealing with multiple levels of child content? Lets say you have this sequence of components deriving from each other:
Modal -> DialogBox -> MyPersonalDialogBox
So Dialog…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/content/problem/806684/intellisense-on-blazor.html)._
---
Intellisense on Blazor is unbea…
-
Hi,
Couple of questions:
1. How can I instantiate a component at run-time and attach it to a container?
2. Is there a way to list all components in a given container?
3. I'm not sure I und…
-
### Describe the bug
When logging into a Blazor SSB Project with Windows Authentication enabled using iOS, the page is unresponsive to input.
### To Reproduce
Steps to reproduce the behavior:
1.…
rkone updated
4 years ago