razor icon indicating copy to clipboard operation
razor copied to clipboard

Generate Method (or similar) should be available on bind[-*]:<callback>

Open phil-allen-msft opened this issue 2 years ago • 2 comments

Generate Event Handler works for <tag @onclick="UnknownMethod" />, but is not available for bind-value:after="UnknownMethod" and other, similar items, and should.

phil-allen-msft avatar Aug 01 '23 17:08 phil-allen-msft

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.

davidwengier avatar Aug 01 '23 21:08 davidwengier

#9062 is in

phil-allen-msft avatar Jan 06 '24 00:01 phil-allen-msft