What's the equivalent of InvokeUnmarshalled from JS to .Net? #26262
-
Blazor JSInterop has a special JSRuntime that lets me call JS functions from .Net without any marshalling for max performance in a webassembly scenario: WebAssemblyJSRuntime Class What is the equivalent in JS for calling a .Net method from JS without marshalling? |
Beta Was this translation helpful? Give feedback.
Answered by
SteveSandersonMS
Sep 28, 2020
Replies: 1 comment
-
Great question! I've posted an answer at #26287 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SteveSandersonMS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great question!
I've posted an answer at #26287 (comment).