Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.364

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.364                
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 2.1.364                
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.364" />                
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.364                
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 2.1.364"                
#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.364

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

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.539 0 9/29/2024
2.1.538 4 9/29/2024
2.1.537 26 9/29/2024
2.1.536 72 9/29/2024
2.1.535 203 9/27/2024
2.1.534 33 9/27/2024
2.1.533 178 9/27/2024
2.1.532 39 9/27/2024
2.1.531 183 9/27/2024
2.1.530 33 9/27/2024
2.1.529 153 9/26/2024
2.1.528 88 9/26/2024
2.1.527 250 9/26/2024
2.1.526 74 9/26/2024
2.1.525 103 9/26/2024
2.1.524 98 9/26/2024
2.1.523 40 9/26/2024
2.1.522 384 9/23/2024
2.1.521 119 9/23/2024
2.1.520 235 9/23/2024
2.1.519 321 9/23/2024
2.1.518 61 9/23/2024
2.1.517 219 9/23/2024
2.1.516 500 9/23/2024
2.1.515 187 9/23/2024
2.1.514 66 9/23/2024
2.1.513 438 9/22/2024
2.1.512 346 9/18/2024
2.1.511 81 9/18/2024
2.1.510 161 9/18/2024
2.1.509 241 9/18/2024
2.1.508 68 9/18/2024
2.1.507 79 9/17/2024
2.1.506 291 9/17/2024
2.1.505 118 9/17/2024
2.1.504 75 9/17/2024
2.1.503 259 9/17/2024
2.1.502 160 9/17/2024
2.1.501 148 9/17/2024
2.1.500 68 9/17/2024
2.1.499 1,085 9/16/2024
2.1.498 81 9/16/2024
2.1.497 560 9/12/2024
2.1.496 124 9/12/2024
2.1.495 137 9/12/2024
2.1.494 92 9/12/2024
2.1.493 163 9/12/2024
2.1.492 115 9/11/2024
2.1.491 125 9/11/2024
2.1.490 149 9/11/2024
2.1.489 139 9/11/2024
2.1.488 145 9/11/2024
2.1.487 159 9/11/2024
2.1.486 93 9/11/2024
2.1.485 1,527 9/10/2024
2.1.484 217 9/10/2024
2.1.483 196 9/10/2024
2.1.482 148 9/10/2024
2.1.481 72 9/10/2024
2.1.480 176 9/10/2024
2.1.478 159 9/9/2024
2.1.477 75 9/9/2024
2.1.476 172 9/9/2024
2.1.475 158 9/9/2024
2.1.474 75 9/9/2024
2.1.473 1,434 9/9/2024
2.1.472 293 9/7/2024
2.1.471 75 9/7/2024
2.1.470 276 9/7/2024
2.1.469 386 9/6/2024
2.1.468 199 9/6/2024
2.1.467 222 9/6/2024
2.1.466 91 9/5/2024
2.1.465 77 9/5/2024
2.1.464 565 9/5/2024
2.1.463 82 9/5/2024
2.1.462 246 9/5/2024
2.1.461 74 9/5/2024
2.1.460 84 9/5/2024
2.1.459 258 9/5/2024
2.1.458 406 9/4/2024
2.1.457 413 9/4/2024
2.1.456 101 9/3/2024
2.1.455 91 9/3/2024
2.1.454 389 9/3/2024
2.1.453 83 9/3/2024
2.1.452 406 9/3/2024
2.1.451 273 8/29/2024
2.1.450 162 8/29/2024
2.1.449 83 8/29/2024
2.1.448 520 8/26/2024
2.1.447 318 8/26/2024
2.1.446 83 8/26/2024
2.1.445 585 8/21/2024
2.1.444 104 8/21/2024
2.1.443 392 8/21/2024
2.1.442 106 8/21/2024
2.1.441 229 8/20/2024
2.1.440 113 8/20/2024
2.1.439 101 8/20/2024
2.1.438 475 8/20/2024
2.1.437 98 8/20/2024
2.1.436 107 8/20/2024
2.1.435 376 8/20/2024
2.1.434 93 8/19/2024
2.1.433 417 8/15/2024
2.1.432 377 8/15/2024
2.1.431 102 8/15/2024
2.1.430 311 8/15/2024
2.1.429 448 8/13/2024
2.1.428 107 8/13/2024
2.1.427 381 8/7/2024
2.1.426 174 8/7/2024
2.1.425 85 8/7/2024
2.1.424 84 8/7/2024
2.1.423 403 8/6/2024
2.1.422 343 8/1/2024
2.1.421 82 8/1/2024
2.1.420 256 8/1/2024
2.1.419 76 8/1/2024
2.1.418 78 8/1/2024
2.1.417 633 7/25/2024
2.1.416 56 7/25/2024
2.1.415 59 7/25/2024
2.1.414 276 7/25/2024
2.1.413 55 7/25/2024
2.1.412 202 7/25/2024
2.1.411 88 7/25/2024
2.1.410 98 7/24/2024
2.1.409 66 7/24/2024
2.1.408 51 7/24/2024
2.1.407 459 7/20/2024
2.1.406 83 7/20/2024
2.1.405 296 7/20/2024
2.1.404 617 7/14/2024
2.1.403 146 7/14/2024
2.1.402 78 7/14/2024
2.1.401 274 7/14/2024
2.1.400 235 7/14/2024
2.1.399 239 7/10/2024
2.1.398 79 7/10/2024
2.1.397 78 7/10/2024
2.1.396 81 7/10/2024
2.1.395 64 7/10/2024
2.1.394 631 7/10/2024
2.1.393 235 7/10/2024
2.1.392 73 7/10/2024
2.1.391 82 7/10/2024
2.1.390 327 7/10/2024
2.1.389 87 7/10/2024
2.1.388 82 7/9/2024
2.1.387 319 7/9/2024
2.1.386 71 7/9/2024
2.1.385 77 7/9/2024
2.1.384 72 7/9/2024
2.1.383 86 7/9/2024
2.1.382 73 7/9/2024
2.1.381 82 7/9/2024
2.1.380 70 7/9/2024
2.1.379 69 7/9/2024
2.1.378 908 7/8/2024
2.1.377 63 7/8/2024
2.1.376 76 7/8/2024
2.1.375 308 7/8/2024
2.1.374 408 7/8/2024
2.1.373 82 7/7/2024
2.1.372 70 7/7/2024
2.1.371 427 7/7/2024
2.1.370 837 7/3/2024
2.1.369 80 7/3/2024
2.1.368 143 7/3/2024
2.1.367 321 7/3/2024
2.1.366 80 7/3/2024
2.1.365 806 6/27/2024
2.1.364 82 6/27/2024
2.1.363 83 6/27/2024
2.1.362 477 6/22/2024
2.1.361 94 6/22/2024
2.1.360 230 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 97 6/14/2024
2.1.349 461 6/4/2024
2.1.348 219 6/4/2024
2.1.347 402 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 239 5/28/2024
2.1.330 197 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 186 5/26/2024
2.1.321 250 5/26/2024
2.1.320 307 5/26/2024
2.1.319 95 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 86 5/23/2024
2.1.304 94 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 116 5/16/2024
2.1.288 108 5/16/2024
2.1.287 312 5/15/2024
2.1.286 93 5/15/2024
2.1.285 102 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,098 4/28/2024
2.1.278 176 4/28/2024
2.1.277 166 4/28/2024
2.1.276 79 4/28/2024
2.1.275 102 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 243 4/20/2024
2.1.270 235 4/20/2024
2.1.269 99 4/19/2024
2.1.268 86 4/19/2024
2.1.267 430 4/19/2024
2.1.266 254 4/19/2024
2.1.265 208 4/19/2024
2.1.264 166 4/18/2024
2.1.263 436 4/13/2024
2.1.262 144 4/13/2024
2.1.261 193 4/13/2024
2.1.260 104 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 94 4/12/2024
2.1.252 405 4/12/2024
2.1.251 81 4/12/2024
2.1.250 628 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 95 4/10/2024
2.1.245 258 4/9/2024
2.1.244 455 4/3/2024
2.1.243 195 4/2/2024
2.1.242 245 4/2/2024
2.1.241 224 4/2/2024
2.1.240 106 4/1/2024
2.1.239 559 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 111 3/25/2024
2.1.234 119 3/25/2024
2.1.233 309 3/25/2024
2.1.232 111 3/25/2024
2.1.231 102 3/25/2024
2.1.230 415 3/21/2024
2.1.229 104 3/21/2024
2.1.228 304 3/21/2024
2.1.227 109 3/20/2024
2.1.226 404 3/20/2024
2.1.225 105 3/19/2024
2.1.224 108 3/19/2024
2.1.223 95 3/19/2024
2.1.222 350 3/19/2024
2.1.221 93 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 111 3/15/2024
2.1.210 233 3/14/2024
2.1.209 93 3/13/2024
2.1.208 263 3/13/2024
2.1.207 100 3/13/2024
2.1.206 108 3/13/2024
2.1.205 97 3/13/2024
2.1.204 532 3/13/2024
2.1.203 263 3/13/2024
2.1.202 95 3/13/2024
2.1.201 89 3/12/2024
2.1.200 94 3/12/2024
2.1.199 93 3/12/2024
2.1.198 356 3/12/2024
2.1.197 97 3/12/2024
2.1.196 103 3/12/2024
2.1.195 439 3/11/2024
2.1.194 286 3/11/2024
2.1.193 94 3/11/2024
2.1.192 96 3/11/2024
2.1.191 408 3/10/2024
2.1.190 107 3/10/2024
2.1.189 104 3/10/2024
2.1.188 423 3/10/2024
2.1.187 238 3/9/2024
2.1.186 104 3/9/2024
2.1.185 102 3/8/2024
2.1.184 107 3/8/2024
2.1.183 95 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 242 3/6/2024
2.1.177 104 3/6/2024
2.1.176 394 3/4/2024
2.1.175 210 3/4/2024
2.1.174 107 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 234 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 373 2/29/2024
2.1.154 97 2/29/2024
2.1.153 245 2/27/2024
2.1.152 194 2/26/2024
2.1.151 128 2/26/2024
2.1.150 211 2/25/2024
2.1.149 158 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 106 2/24/2024
2.1.143 112 2/24/2024
2.1.142 102 2/23/2024
2.1.141 102 2/23/2024
2.1.140 373 2/22/2024
2.1.139 112 2/22/2024
2.1.138 100 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 105 2/20/2024
2.1.119 99 2/20/2024
2.1.118 107 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 118 2/17/2024
2.1.112 104 2/17/2024
2.1.111 103 2/17/2024
2.1.110 312 2/17/2024
2.1.109 147 2/16/2024
2.1.108 95 2/16/2024
2.1.107 94 2/16/2024
2.1.106 261 2/16/2024
2.1.105 96 2/16/2024
2.1.104 97 2/16/2024
2.1.103 167 2/16/2024
2.1.102 223 2/14/2024
2.1.101 95 2/14/2024
2.1.100 109 2/14/2024
2.1.99 104 2/14/2024
2.1.98 305 2/13/2024
2.1.97 106 2/13/2024
2.1.96 91 2/13/2024
2.1.95 97 2/13/2024
2.1.94 232 2/13/2024
2.1.93 169 2/13/2024
2.1.92 146 2/13/2024
2.1.91 179 2/13/2024
2.1.90 162 2/12/2024
2.1.89 101 2/12/2024
2.1.88 221 2/12/2024
2.1.87 105 2/12/2024
2.1.86 231 2/11/2024
2.1.85 95 2/11/2024
2.1.84 212 2/11/2024
2.1.83 105 2/11/2024
2.1.82 106 2/11/2024
2.1.81 272 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 251 2/9/2024
2.1.74 170 2/9/2024
2.1.73 99 2/9/2024
2.1.72 284 2/9/2024
2.1.71 93 2/9/2024
2.1.70 106 2/8/2024
2.1.69 107 2/8/2024
2.1.68 302 2/8/2024
2.1.67 108 2/8/2024
2.1.66 103 2/8/2024
2.1.65 363 2/7/2024
2.1.64 197 2/7/2024
2.1.63 106 2/7/2024
2.1.62 114 2/7/2024
2.1.61 160 2/7/2024
2.1.60 197 2/7/2024
2.1.59 109 2/7/2024
2.1.58 123 2/6/2024
2.1.57 124 2/6/2024
2.1.56 104 2/6/2024
2.1.55 408 2/5/2024
2.1.54 105 2/5/2024
2.1.53 207 2/5/2024
2.1.52 248 2/4/2024
2.1.51 102 2/4/2024
2.1.50 251 2/4/2024
2.1.49 185 2/3/2024
2.1.48 312 2/3/2024
2.1.47 152 1/31/2024
2.1.46 120 1/31/2024
2.1.45 99 1/31/2024
2.1.44 95 1/31/2024
2.1.43 397 1/30/2024
2.1.42 99 1/30/2024
2.1.41 195 1/30/2024
2.1.40 134 1/30/2024
2.1.39 91 1/29/2024
2.1.38 277 1/29/2024
2.1.37 99 1/29/2024
2.1.36 99 1/29/2024
2.1.35 97 1/29/2024
2.1.34 86 1/29/2024
2.1.33 398 1/28/2024
2.1.32 103 1/28/2024
2.1.31 102 1/28/2024
2.1.30 97 1/28/2024
2.1.29 98 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 305 1/27/2024
2.1.24 97 1/27/2024
2.1.23 246 1/27/2024
2.1.22 132 1/27/2024
2.1.21 189 1/26/2024
2.1.20 97 1/26/2024
2.1.19 122 1/26/2024
2.1.18 191 1/26/2024
2.1.17 262 1/26/2024
2.1.16 99 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 102 1/25/2024
2.1.10 208 1/25/2024
2.1.9 82 1/25/2024
2.1.8 220 1/19/2024
2.1.7 210 1/19/2024
2.1.6 98 1/19/2024
2.1.5 248 1/17/2024
2.1.4 158 1/17/2024
2.1.3 328 1/15/2024
2.1.2 374 1/13/2024
2.1.1 124 1/13/2024