-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Clean up which directive attributes expect HTML vs C# #10909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@rynowak It looks like this was the intended design for event handlers and bind, but what about directive attributes like |
As of now,
I understand we should fix |
Ehhh, I thought in Blazor this was all intentional. @rynowak / @SteveSandersonMS would know better though. |
I would expect Key I'm not sure. Others should be C#. |
I edited the list. I meant to put |
Uh oh!
There was an error while loading. Please reload this page.
Currently you need to specify a leading @ character for event handler values. For example:
However, the leading @ character in the attribute value should not be required:
See the design notes in #6364
The text was updated successfully, but these errors were encountered: