-
Originally reported in [Markup Issus For Dialog.razor (aspnet/AspNetDocs \#12242)](https://github.com/aspnet/AspNetCore.Docs/issues/12242) opened by @stevenfowler16.
Hello, we have a code block wit…
-
## Steps to Reproduce
Not sure how to repro in simpler fashion, but very simple blazor app is here https://github.com/kant2002/BlazorWasm13
The idea is that I block main thread using awaiter…
-
There is a confusion from community where people expect that this is already supported.
Here is an example of such confusion: https://github.com/aspnet/AspNetCore/issues/12690
-
## Steps to Reproduce
1. Create Blazor application (internally used Mono in WebAssembly)
2. Add ``
3. Implement uploading procedure as described in Blazor docs
### Current Behavior
When I…
-
## Steps to Reproduce
1. Start simple Blazor application
2. Add following line as handler for the button. or inside OnInit()
```
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
…
-
I know docs are a work in progress but I'm determined to test every part of this.
Do you think you could throw something together?
Thanks.
(Incidentally, my app is now looking absolutely love…
-
This issue references issue [#1499](https://github.com/aspnet/Blazor/issues/1499) in Blazor repo. After trying troubleshooting steps, I was told this would be the best place to post the issue.
…
lqdev updated
6 years ago
-
Currently the content in a node will be rendered as what it has been written in cshtml files. I hope that you can provide the ability to use plugins.
For example, assuming we have a script compiler…