Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.587

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 2.1.587                
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 2.1.587                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" Version="2.1.587" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.BlazorOutputInvoker --version 2.1.587                
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 2.1.587"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=2.1.587

// Install Soenneker.Blazor.Utils.BlazorOutputInvoker as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=2.1.587                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Utils.BlazorOutputInvoker

A generic invoker to simplify JavaScript to C# interaction that allows for an input and output, providing two-way communication with invocations.

Installation

dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker

Usage

C#

async ValueTask<int> YourInvokerMethod(string input)
{
    Console.Log(input); // 'Hello there'
    return 42;
}

var blazorOutputInvoker = new BlazorOutputInvoker<string, int>(YourInvokerMethod);

JS

dotnetObject.invokeMethodAsync('InvokeWithOutput', 'Hello there').then((data) => {
    console.log(data); // 42
});
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.BlazorOutputInvoker:

Package Downloads
Soenneker.Blazor.Utils.InteropEventListener

Manages the registration, removal, and disposal of .NET object references used for interop event listeners.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.592 106 11/1/2024
2.1.591 30 11/1/2024
2.1.590 32 11/1/2024
2.1.589 335 10/29/2024
2.1.588 50 10/29/2024
2.1.587 210 10/29/2024
2.1.586 194 10/29/2024
2.1.585 255 10/29/2024
2.1.584 57 10/29/2024
2.1.583 298 10/29/2024
2.1.582 441 10/28/2024
2.1.581 404 10/26/2024
2.1.580 66 10/26/2024
2.1.579 578 10/22/2024
2.1.578 310 10/22/2024
2.1.577 163 10/22/2024
2.1.576 68 10/22/2024
2.1.575 60 10/22/2024
2.1.574 759 10/17/2024
2.1.573 178 10/17/2024
2.1.572 504 10/15/2024
2.1.571 67 10/15/2024
2.1.570 243 10/14/2024
2.1.569 349 10/12/2024
2.1.568 73 10/12/2024
2.1.567 73 10/12/2024
2.1.566 455 10/11/2024
2.1.565 467 10/9/2024
2.1.564 199 10/9/2024
2.1.563 248 10/9/2024
2.1.562 236 10/9/2024
2.1.561 170 10/8/2024
2.1.560 70 10/8/2024
2.1.559 274 10/8/2024
2.1.558 75 10/8/2024
2.1.557 439 10/8/2024
2.1.556 75 10/8/2024
2.1.555 661 10/3/2024
2.1.554 237 10/3/2024
2.1.553 239 10/3/2024
2.1.552 73 10/3/2024
2.1.551 67 10/3/2024
2.1.550 66 10/3/2024
2.1.549 628 10/2/2024
2.1.548 149 10/2/2024
2.1.547 68 10/2/2024
2.1.546 370 10/2/2024
2.1.545 71 10/2/2024
2.1.544 74 10/2/2024
2.1.543 552 10/1/2024
2.1.542 215 10/1/2024
2.1.541 294 10/1/2024
2.1.540 73 10/1/2024
2.1.539 579 9/29/2024
2.1.538 75 9/29/2024
2.1.537 73 9/29/2024
2.1.536 491 9/29/2024
2.1.535 491 9/27/2024
2.1.534 72 9/27/2024
2.1.533 455 9/27/2024
2.1.532 80 9/27/2024
2.1.531 462 9/27/2024
2.1.530 74 9/27/2024
2.1.529 350 9/26/2024
2.1.528 198 9/26/2024
2.1.527 608 9/26/2024
2.1.526 139 9/26/2024
2.1.525 232 9/26/2024
2.1.524 222 9/26/2024
2.1.523 79 9/26/2024
2.1.522 699 9/23/2024
2.1.521 151 9/23/2024
2.1.520 277 9/23/2024
2.1.519 372 9/23/2024
2.1.518 71 9/23/2024
2.1.517 253 9/23/2024
2.1.516 531 9/23/2024
2.1.515 199 9/23/2024
2.1.514 75 9/23/2024
2.1.513 447 9/22/2024
2.1.512 355 9/18/2024
2.1.511 89 9/18/2024
2.1.510 173 9/18/2024
2.1.509 253 9/18/2024
2.1.508 80 9/18/2024
2.1.507 91 9/17/2024
2.1.506 304 9/17/2024
2.1.505 131 9/17/2024
2.1.504 88 9/17/2024
2.1.503 271 9/17/2024
2.1.502 172 9/17/2024
2.1.501 160 9/17/2024
2.1.500 80 9/17/2024
2.1.499 1,099 9/16/2024
2.1.498 94 9/16/2024
2.1.497 569 9/12/2024
2.1.496 133 9/12/2024
2.1.495 144 9/12/2024
2.1.494 99 9/12/2024
2.1.493 171 9/12/2024
2.1.492 123 9/11/2024
2.1.491 134 9/11/2024
2.1.490 161 9/11/2024
2.1.489 148 9/11/2024
2.1.488 155 9/11/2024
2.1.487 172 9/11/2024
2.1.486 103 9/11/2024
2.1.485 1,539 9/10/2024
2.1.484 225 9/10/2024
2.1.483 207 9/10/2024
2.1.482 157 9/10/2024
2.1.481 81 9/10/2024
2.1.480 185 9/10/2024
2.1.478 169 9/9/2024
2.1.477 85 9/9/2024
2.1.476 182 9/9/2024
2.1.475 170 9/9/2024
2.1.474 84 9/9/2024
2.1.473 1,444 9/9/2024
2.1.472 302 9/7/2024
2.1.471 85 9/7/2024
2.1.470 287 9/7/2024
2.1.469 396 9/6/2024
2.1.468 207 9/6/2024
2.1.467 232 9/6/2024
2.1.466 101 9/5/2024
2.1.465 86 9/5/2024
2.1.464 575 9/5/2024
2.1.463 92 9/5/2024
2.1.462 256 9/5/2024
2.1.461 84 9/5/2024
2.1.460 93 9/5/2024
2.1.459 268 9/5/2024
2.1.458 416 9/4/2024
2.1.457 423 9/4/2024
2.1.456 110 9/3/2024
2.1.455 100 9/3/2024
2.1.454 396 9/3/2024
2.1.453 91 9/3/2024
2.1.452 414 9/3/2024
2.1.451 276 8/29/2024
2.1.450 165 8/29/2024
2.1.449 87 8/29/2024
2.1.448 526 8/26/2024
2.1.447 323 8/26/2024
2.1.446 88 8/26/2024
2.1.445 594 8/21/2024
2.1.444 110 8/21/2024
2.1.443 396 8/21/2024
2.1.442 110 8/21/2024
2.1.441 233 8/20/2024
2.1.440 117 8/20/2024
2.1.439 106 8/20/2024
2.1.438 479 8/20/2024
2.1.437 102 8/20/2024
2.1.436 111 8/20/2024
2.1.435 380 8/20/2024
2.1.434 97 8/19/2024
2.1.433 424 8/15/2024
2.1.432 381 8/15/2024
2.1.431 106 8/15/2024
2.1.430 315 8/15/2024
2.1.429 453 8/13/2024
2.1.428 112 8/13/2024
2.1.427 414 8/7/2024
2.1.426 179 8/7/2024
2.1.425 90 8/7/2024
2.1.424 89 8/7/2024
2.1.423 408 8/6/2024
2.1.422 349 8/1/2024
2.1.421 86 8/1/2024
2.1.420 259 8/1/2024
2.1.419 79 8/1/2024
2.1.418 82 8/1/2024
2.1.417 636 7/25/2024
2.1.416 59 7/25/2024
2.1.415 62 7/25/2024
2.1.414 279 7/25/2024
2.1.413 58 7/25/2024
2.1.412 205 7/25/2024
2.1.411 91 7/25/2024
2.1.410 101 7/24/2024
2.1.409 69 7/24/2024
2.1.408 54 7/24/2024
2.1.407 463 7/20/2024
2.1.406 87 7/20/2024
2.1.405 299 7/20/2024
2.1.404 662 7/14/2024
2.1.403 148 7/14/2024
2.1.402 80 7/14/2024
2.1.401 276 7/14/2024
2.1.400 237 7/14/2024
2.1.399 242 7/10/2024
2.1.398 82 7/10/2024
2.1.397 81 7/10/2024
2.1.396 84 7/10/2024
2.1.395 66 7/10/2024
2.1.394 633 7/10/2024
2.1.393 238 7/10/2024
2.1.392 76 7/10/2024
2.1.391 86 7/10/2024
2.1.390 331 7/10/2024
2.1.389 90 7/10/2024
2.1.388 84 7/9/2024
2.1.387 321 7/9/2024
2.1.386 74 7/9/2024
2.1.385 79 7/9/2024
2.1.384 74 7/9/2024
2.1.383 87 7/9/2024
2.1.382 74 7/9/2024
2.1.381 83 7/9/2024
2.1.380 71 7/9/2024
2.1.379 70 7/9/2024
2.1.378 910 7/8/2024
2.1.377 65 7/8/2024
2.1.376 78 7/8/2024
2.1.375 311 7/8/2024
2.1.374 410 7/8/2024
2.1.373 83 7/7/2024
2.1.372 71 7/7/2024
2.1.371 428 7/7/2024
2.1.370 839 7/3/2024
2.1.369 82 7/3/2024
2.1.368 145 7/3/2024
2.1.367 322 7/3/2024
2.1.366 81 7/3/2024
2.1.365 807 6/27/2024
2.1.364 83 6/27/2024
2.1.363 84 6/27/2024
2.1.362 490 6/22/2024
2.1.361 96 6/22/2024
2.1.360 232 6/22/2024
2.1.359 323 6/16/2024
2.1.358 96 6/15/2024
2.1.357 88 6/15/2024
2.1.356 326 6/15/2024
2.1.355 92 6/15/2024
2.1.354 84 6/15/2024
2.1.353 344 6/15/2024
2.1.352 152 6/15/2024
2.1.351 195 6/15/2024
2.1.350 98 6/14/2024
2.1.349 466 6/4/2024
2.1.348 219 6/4/2024
2.1.347 403 6/2/2024
2.1.346 270 6/1/2024
2.1.345 83 6/1/2024
2.1.344 81 6/1/2024
2.1.343 92 6/1/2024
2.1.342 458 6/1/2024
2.1.341 80 6/1/2024
2.1.340 94 6/1/2024
2.1.339 310 5/31/2024
2.1.338 95 5/31/2024
2.1.337 85 5/31/2024
2.1.336 99 5/31/2024
2.1.335 509 5/29/2024
2.1.334 79 5/29/2024
2.1.333 276 5/29/2024
2.1.332 176 5/29/2024
2.1.331 240 5/28/2024
2.1.330 198 5/28/2024
2.1.329 252 5/28/2024
2.1.328 88 5/28/2024
2.1.327 89 5/28/2024
2.1.326 343 5/28/2024
2.1.325 204 5/27/2024
2.1.324 259 5/27/2024
2.1.323 87 5/27/2024
2.1.322 187 5/26/2024
2.1.321 251 5/26/2024
2.1.320 308 5/26/2024
2.1.319 96 5/26/2024
2.1.318 86 5/26/2024
2.1.317 277 5/26/2024
2.1.316 92 5/26/2024
2.1.315 92 5/25/2024
2.1.314 95 5/25/2024
2.1.313 90 5/25/2024
2.1.312 398 5/25/2024
2.1.311 96 5/25/2024
2.1.310 490 5/25/2024
2.1.309 221 5/23/2024
2.1.308 148 5/23/2024
2.1.307 90 5/23/2024
2.1.306 341 5/23/2024
2.1.305 87 5/23/2024
2.1.304 95 5/23/2024
2.1.303 268 5/23/2024
2.1.302 280 5/22/2024
2.1.301 90 5/22/2024
2.1.300 241 5/22/2024
2.1.299 90 5/22/2024
2.1.298 350 5/18/2024
2.1.297 94 5/18/2024
2.1.296 225 5/18/2024
2.1.295 110 5/18/2024
2.1.294 201 5/17/2024
2.1.293 104 5/17/2024
2.1.292 329 5/17/2024
2.1.291 208 5/17/2024
2.1.290 163 5/16/2024
2.1.289 117 5/16/2024
2.1.288 108 5/16/2024
2.1.287 312 5/15/2024
2.1.286 94 5/15/2024
2.1.285 103 5/14/2024
2.1.284 430 5/13/2024
2.1.283 76 5/13/2024
2.1.282 76 5/13/2024
2.1.281 415 5/1/2024
2.1.280 129 5/1/2024
2.1.279 1,125 4/28/2024
2.1.278 177 4/28/2024
2.1.277 167 4/28/2024
2.1.276 80 4/28/2024
2.1.275 103 4/28/2024
2.1.274 92 4/28/2024
2.1.273 95 4/27/2024
2.1.272 588 4/27/2024
2.1.271 244 4/20/2024
2.1.270 236 4/20/2024
2.1.269 100 4/19/2024
2.1.268 86 4/19/2024
2.1.267 431 4/19/2024
2.1.266 255 4/19/2024
2.1.265 209 4/19/2024
2.1.264 167 4/18/2024
2.1.263 437 4/13/2024
2.1.262 145 4/13/2024
2.1.261 194 4/13/2024
2.1.260 105 4/13/2024
2.1.259 264 4/12/2024
2.1.258 95 4/12/2024
2.1.257 444 4/12/2024
2.1.256 92 4/12/2024
2.1.255 95 4/12/2024
2.1.254 98 4/12/2024
2.1.253 95 4/12/2024
2.1.252 412 4/12/2024
2.1.251 82 4/12/2024
2.1.250 873 4/10/2024
2.1.249 89 4/10/2024
2.1.248 84 4/10/2024
2.1.247 422 4/10/2024
2.1.246 96 4/10/2024
2.1.245 259 4/9/2024
2.1.244 456 4/3/2024
2.1.243 196 4/2/2024
2.1.242 245 4/2/2024
2.1.241 225 4/2/2024
2.1.240 107 4/1/2024
2.1.239 560 3/30/2024
2.1.238 174 3/29/2024
2.1.237 76 3/29/2024
2.1.236 447 3/25/2024
2.1.235 112 3/25/2024
2.1.234 120 3/25/2024
2.1.233 310 3/25/2024
2.1.232 112 3/25/2024
2.1.231 103 3/25/2024
2.1.230 416 3/21/2024
2.1.229 105 3/21/2024
2.1.228 305 3/21/2024
2.1.227 110 3/20/2024
2.1.226 405 3/20/2024
2.1.225 105 3/19/2024
2.1.224 108 3/19/2024
2.1.223 96 3/19/2024
2.1.222 351 3/19/2024
2.1.221 94 3/19/2024
2.1.220 103 3/19/2024
2.1.219 340 3/19/2024
2.1.218 241 3/19/2024
2.1.217 115 3/18/2024
2.1.216 370 3/16/2024
2.1.215 100 3/16/2024
2.1.214 287 3/16/2024
2.1.213 104 3/16/2024
2.1.212 256 3/15/2024
2.1.211 112 3/15/2024
2.1.210 234 3/14/2024
2.1.209 94 3/13/2024
2.1.208 264 3/13/2024
2.1.207 100 3/13/2024
2.1.206 108 3/13/2024
2.1.205 98 3/13/2024
2.1.204 533 3/13/2024
2.1.203 264 3/13/2024
2.1.202 96 3/13/2024
2.1.201 90 3/12/2024
2.1.200 95 3/12/2024
2.1.199 94 3/12/2024
2.1.198 357 3/12/2024
2.1.197 98 3/12/2024
2.1.196 104 3/12/2024
2.1.195 440 3/11/2024
2.1.194 286 3/11/2024
2.1.193 95 3/11/2024
2.1.192 97 3/11/2024
2.1.191 409 3/10/2024
2.1.190 108 3/10/2024
2.1.189 104 3/10/2024
2.1.188 423 3/10/2024
2.1.187 239 3/9/2024
2.1.186 105 3/9/2024
2.1.185 103 3/8/2024
2.1.184 108 3/8/2024
2.1.183 96 3/8/2024
2.1.182 96 3/8/2024
2.1.181 463 3/8/2024
2.1.180 103 3/8/2024
2.1.179 382 3/6/2024
2.1.178 243 3/6/2024
2.1.177 111 3/6/2024
2.1.176 394 3/4/2024
2.1.175 211 3/4/2024
2.1.174 108 3/4/2024
2.1.173 101 3/4/2024
2.1.172 103 3/4/2024
2.1.171 296 3/4/2024
2.1.170 218 3/3/2024
2.1.169 179 3/3/2024
2.1.168 157 3/3/2024
2.1.167 108 3/3/2024
2.1.166 101 3/2/2024
2.1.165 207 3/2/2024
2.1.164 153 3/2/2024
2.1.163 96 3/2/2024
2.1.162 292 3/2/2024
2.1.161 104 3/2/2024
2.1.160 235 3/1/2024
2.1.159 98 2/29/2024
2.1.158 98 2/29/2024
2.1.157 97 2/29/2024
2.1.156 94 2/29/2024
2.1.155 380 2/29/2024
2.1.154 98 2/29/2024
2.1.153 245 2/27/2024
2.1.152 194 2/26/2024
2.1.151 134 2/26/2024
2.1.150 212 2/25/2024
2.1.149 159 2/25/2024
2.1.148 99 2/25/2024
2.1.147 98 2/25/2024
2.1.146 99 2/25/2024
2.1.145 317 2/24/2024
2.1.144 107 2/24/2024
2.1.143 113 2/24/2024
2.1.142 102 2/23/2024
2.1.141 102 2/23/2024
2.1.140 374 2/22/2024
2.1.139 113 2/22/2024
2.1.138 101 2/22/2024
2.1.137 232 2/22/2024
2.1.136 111 2/22/2024
2.1.135 221 2/22/2024
2.1.134 113 2/21/2024
2.1.133 106 2/21/2024
2.1.132 110 2/21/2024
2.1.131 283 2/21/2024
2.1.130 109 2/21/2024
2.1.129 237 2/21/2024
2.1.128 112 2/21/2024
2.1.127 105 2/21/2024
2.1.126 104 2/21/2024
2.1.125 284 2/20/2024
2.1.124 96 2/20/2024
2.1.123 221 2/20/2024
2.1.122 100 2/20/2024
2.1.121 234 2/20/2024
2.1.120 106 2/20/2024
2.1.119 100 2/20/2024
2.1.118 108 2/19/2024
2.1.117 102 2/19/2024
2.1.116 102 2/19/2024
2.1.115 372 2/19/2024
2.1.114 206 2/19/2024
2.1.113 119 2/17/2024
2.1.112 105 2/17/2024
2.1.111 104 2/17/2024
2.1.110 313 2/17/2024
2.1.109 148 2/16/2024
2.1.108 96 2/16/2024
2.1.107 95 2/16/2024
2.1.106 262 2/16/2024
2.1.105 98 2/16/2024
2.1.104 99 2/16/2024
2.1.103 168 2/16/2024
2.1.102 225 2/14/2024
2.1.101 97 2/14/2024
2.1.100 110 2/14/2024
2.1.99 105 2/14/2024
2.1.98 306 2/13/2024
2.1.97 106 2/13/2024
2.1.96 92 2/13/2024
2.1.95 98 2/13/2024
2.1.94 233 2/13/2024
2.1.93 170 2/13/2024
2.1.92 147 2/13/2024
2.1.91 180 2/13/2024
2.1.90 163 2/12/2024
2.1.89 102 2/12/2024
2.1.88 222 2/12/2024
2.1.87 106 2/12/2024
2.1.86 232 2/11/2024
2.1.85 95 2/11/2024
2.1.84 213 2/11/2024
2.1.83 106 2/11/2024
2.1.82 107 2/11/2024
2.1.81 273 2/11/2024
2.1.80 186 2/10/2024
2.1.79 104 2/10/2024
2.1.78 207 2/10/2024
2.1.77 169 2/10/2024
2.1.76 106 2/10/2024
2.1.75 252 2/9/2024
2.1.74 171 2/9/2024
2.1.73 101 2/9/2024
2.1.72 287 2/9/2024
2.1.71 94 2/9/2024
2.1.70 107 2/8/2024
2.1.69 108 2/8/2024
2.1.68 303 2/8/2024
2.1.67 108 2/8/2024
2.1.66 103 2/8/2024
2.1.65 364 2/7/2024
2.1.64 201 2/7/2024
2.1.63 110 2/7/2024
2.1.62 114 2/7/2024
2.1.61 160 2/7/2024
2.1.60 198 2/7/2024
2.1.59 110 2/7/2024
2.1.58 127 2/6/2024
2.1.57 128 2/6/2024
2.1.56 110 2/6/2024
2.1.55 409 2/5/2024
2.1.54 106 2/5/2024
2.1.53 210 2/5/2024
2.1.52 249 2/4/2024
2.1.51 102 2/4/2024
2.1.50 253 2/4/2024
2.1.49 185 2/3/2024
2.1.48 315 2/3/2024
2.1.47 153 1/31/2024
2.1.46 122 1/31/2024
2.1.45 100 1/31/2024
2.1.44 98 1/31/2024
2.1.43 399 1/30/2024
2.1.42 99 1/30/2024
2.1.41 196 1/30/2024
2.1.40 135 1/30/2024
2.1.39 94 1/29/2024
2.1.38 280 1/29/2024
2.1.37 100 1/29/2024
2.1.36 99 1/29/2024
2.1.35 98 1/29/2024
2.1.34 89 1/29/2024
2.1.33 401 1/28/2024
2.1.32 103 1/28/2024
2.1.31 102 1/28/2024
2.1.30 99 1/28/2024
2.1.29 104 1/28/2024
2.1.28 99 1/28/2024
2.1.27 400 1/27/2024
2.1.26 100 1/27/2024
2.1.25 308 1/27/2024
2.1.24 98 1/27/2024
2.1.23 247 1/27/2024
2.1.22 133 1/27/2024
2.1.21 192 1/26/2024
2.1.20 98 1/26/2024
2.1.19 122 1/26/2024
2.1.18 192 1/26/2024
2.1.17 265 1/26/2024
2.1.16 100 1/26/2024
2.1.15 101 1/26/2024
2.1.14 214 1/25/2024
2.1.13 105 1/25/2024
2.1.12 199 1/25/2024
2.1.11 104 1/25/2024
2.1.10 214 1/25/2024
2.1.9 89 1/25/2024
2.1.8 223 1/19/2024
2.1.7 211 1/19/2024
2.1.6 104 1/19/2024
2.1.5 248 1/17/2024
2.1.4 158 1/17/2024
2.1.3 331 1/15/2024
2.1.2 374 1/13/2024
2.1.1 130 1/13/2024