Streamlining JS function invocation via reference in Blazor interop #62192
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-blazor-jsinterop
This issue is related to JSInterop in Blazor
Milestone
As a follow-up to improvements in Blazor JS interop done in #31151, consider adding some API that makes it easier to use an
IJSObjectReference
that references an JS function. In particular, to be able to convert it into a regular C# Func delegate that can be used to invoke the JS function.The text was updated successfully, but these errors were encountered: