razor
razor copied to clipboard
Generate Method (or similar) should be available on bind[-*]:<callback>
Generate Event Handler works for <tag @onclick="UnknownMethod" />, but is not available for bind-value:after="UnknownMethod" and other, similar items, and should.
This probably won't be possible until https://github.com/dotnet/razor/pull/9062 is in, as we don't have good source mapping for bind:after attributes at the moment.
#9062 is in