-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Passing arguments to onclick #15956
Comments
try |
Thanks, @Suchiman! |
Thanks guys! Side note: So happy you guys are responding so quickly to help requests, but is there a better spot for these? I feel guilty opening issues when they aren't really issues :P |
@alexanderjwoods https://gitter.im/aspnet/Blazor is a quite active place 😉 |
@alexanderjwoods You can also post questions on StackOverflow. That way they can be referenced over time |
@Suchiman Awesome! I will post over there unless it is a real bug! |
Fair enough. I think you'll find the folks on the Blazor Gitter to be very helpful. |
when doing it within svg got following error: |
Not sure if this is doable in 0.3.0, but I want to pass arguments to my onclick method like so:
button onclick=@Mymethod(MyParam)
Doing so results in a compile error of "CS 1503 cannot convert from 'void' to 'string'"
The text was updated successfully, but these errors were encountered: