Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.451

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

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

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.529 0 9/26/2024
2.1.528 0 9/26/2024
2.1.527 76 9/26/2024
2.1.526 63 9/26/2024
2.1.525 87 9/26/2024
2.1.524 84 9/26/2024
2.1.523 27 9/26/2024
2.1.522 341 9/23/2024
2.1.521 103 9/23/2024
2.1.520 186 9/23/2024
2.1.519 245 9/23/2024
2.1.518 59 9/23/2024
2.1.517 175 9/23/2024
2.1.516 395 9/23/2024
2.1.515 165 9/23/2024
2.1.514 64 9/23/2024
2.1.513 337 9/22/2024
2.1.512 282 9/18/2024
2.1.511 79 9/18/2024
2.1.510 151 9/18/2024
2.1.509 221 9/18/2024
2.1.508 66 9/18/2024
2.1.507 77 9/17/2024
2.1.506 258 9/17/2024
2.1.505 105 9/17/2024
2.1.504 73 9/17/2024
2.1.503 235 9/17/2024
2.1.502 141 9/17/2024
2.1.501 146 9/17/2024
2.1.500 66 9/17/2024
2.1.499 783 9/16/2024
2.1.498 79 9/16/2024
2.1.497 469 9/12/2024
2.1.496 122 9/12/2024
2.1.495 135 9/12/2024
2.1.494 90 9/12/2024
2.1.493 161 9/12/2024
2.1.492 113 9/11/2024
2.1.491 123 9/11/2024
2.1.490 147 9/11/2024
2.1.489 137 9/11/2024
2.1.488 143 9/11/2024
2.1.487 157 9/11/2024
2.1.486 91 9/11/2024
2.1.485 1,167 9/10/2024
2.1.484 193 9/10/2024
2.1.483 177 9/10/2024
2.1.482 146 9/10/2024
2.1.481 70 9/10/2024
2.1.480 174 9/10/2024
2.1.478 157 9/9/2024
2.1.477 73 9/9/2024
2.1.476 170 9/9/2024
2.1.475 156 9/9/2024
2.1.474 73 9/9/2024
2.1.473 1,144 9/9/2024
2.1.472 248 9/7/2024
2.1.471 73 9/7/2024
2.1.470 252 9/7/2024
2.1.469 326 9/6/2024
2.1.468 183 9/6/2024
2.1.467 200 9/6/2024
2.1.466 89 9/5/2024
2.1.465 75 9/5/2024
2.1.464 472 9/5/2024
2.1.463 80 9/5/2024
2.1.462 203 9/5/2024
2.1.461 72 9/5/2024
2.1.460 82 9/5/2024
2.1.459 231 9/5/2024
2.1.458 337 9/4/2024
2.1.457 352 9/4/2024
2.1.456 99 9/3/2024
2.1.455 89 9/3/2024
2.1.454 318 9/3/2024
2.1.453 81 9/3/2024
2.1.452 337 9/3/2024
2.1.451 234 8/29/2024
2.1.450 149 8/29/2024
2.1.449 81 8/29/2024
2.1.448 432 8/26/2024
2.1.447 276 8/26/2024
2.1.446 81 8/26/2024
2.1.445 496 8/21/2024
2.1.444 102 8/21/2024
2.1.443 330 8/21/2024
2.1.442 104 8/21/2024
2.1.441 195 8/20/2024
2.1.440 111 8/20/2024
2.1.439 99 8/20/2024
2.1.438 416 8/20/2024
2.1.437 96 8/20/2024
2.1.436 105 8/20/2024
2.1.435 320 8/20/2024
2.1.434 91 8/19/2024
2.1.433 356 8/15/2024
2.1.432 326 8/15/2024
2.1.431 100 8/15/2024
2.1.430 268 8/15/2024
2.1.429 388 8/13/2024
2.1.428 105 8/13/2024
2.1.427 330 8/7/2024
2.1.426 157 8/7/2024
2.1.425 84 8/7/2024
2.1.424 83 8/7/2024
2.1.423 322 8/6/2024
2.1.422 297 8/1/2024
2.1.421 81 8/1/2024
2.1.420 214 8/1/2024
2.1.419 75 8/1/2024
2.1.418 77 8/1/2024
2.1.417 487 7/25/2024
2.1.416 55 7/25/2024
2.1.415 58 7/25/2024
2.1.414 227 7/25/2024
2.1.413 54 7/25/2024
2.1.412 169 7/25/2024
2.1.411 75 7/25/2024
2.1.410 92 7/24/2024
2.1.409 65 7/24/2024
2.1.408 50 7/24/2024
2.1.407 389 7/20/2024
2.1.406 82 7/20/2024
2.1.405 242 7/20/2024
2.1.404 509 7/14/2024
2.1.403 133 7/14/2024
2.1.402 77 7/14/2024
2.1.401 231 7/14/2024
2.1.400 199 7/14/2024
2.1.399 207 7/10/2024
2.1.398 78 7/10/2024
2.1.397 77 7/10/2024
2.1.396 80 7/10/2024
2.1.395 63 7/10/2024
2.1.394 505 7/10/2024
2.1.393 196 7/10/2024
2.1.392 72 7/10/2024
2.1.391 81 7/10/2024
2.1.390 280 7/10/2024
2.1.389 86 7/10/2024
2.1.388 81 7/9/2024
2.1.387 265 7/9/2024
2.1.386 70 7/9/2024
2.1.385 76 7/9/2024
2.1.384 71 7/9/2024
2.1.383 85 7/9/2024
2.1.382 72 7/9/2024
2.1.381 81 7/9/2024
2.1.380 69 7/9/2024
2.1.379 68 7/9/2024
2.1.378 725 7/8/2024
2.1.377 62 7/8/2024
2.1.376 75 7/8/2024
2.1.375 258 7/8/2024
2.1.374 328 7/8/2024
2.1.373 81 7/7/2024
2.1.372 69 7/7/2024
2.1.371 348 7/7/2024
2.1.370 663 7/3/2024
2.1.369 79 7/3/2024
2.1.368 137 7/3/2024
2.1.367 273 7/3/2024
2.1.366 79 7/3/2024
2.1.365 644 6/27/2024
2.1.364 81 6/27/2024
2.1.363 82 6/27/2024
2.1.362 407 6/22/2024
2.1.361 93 6/22/2024
2.1.360 208 6/22/2024
2.1.359 275 6/16/2024
2.1.358 95 6/15/2024
2.1.357 87 6/15/2024
2.1.356 291 6/15/2024
2.1.355 91 6/15/2024
2.1.354 83 6/15/2024
2.1.353 288 6/15/2024
2.1.352 141 6/15/2024
2.1.351 175 6/15/2024
2.1.350 96 6/14/2024
2.1.349 391 6/4/2024
2.1.348 192 6/4/2024
2.1.347 345 6/2/2024
2.1.346 234 6/1/2024
2.1.345 82 6/1/2024
2.1.344 80 6/1/2024
2.1.343 91 6/1/2024
2.1.342 402 6/1/2024
2.1.341 79 6/1/2024
2.1.340 93 6/1/2024
2.1.339 272 5/31/2024
2.1.338 94 5/31/2024
2.1.337 84 5/31/2024
2.1.336 98 5/31/2024
2.1.335 432 5/29/2024
2.1.334 78 5/29/2024
2.1.333 250 5/29/2024
2.1.332 162 5/29/2024
2.1.331 204 5/28/2024
2.1.330 183 5/28/2024
2.1.329 215 5/28/2024
2.1.328 87 5/28/2024
2.1.327 88 5/28/2024
2.1.326 295 5/28/2024
2.1.325 176 5/27/2024
2.1.324 226 5/27/2024
2.1.323 86 5/27/2024
2.1.322 170 5/26/2024
2.1.321 217 5/26/2024
2.1.320 260 5/26/2024
2.1.319 94 5/26/2024
2.1.318 85 5/26/2024
2.1.317 252 5/26/2024
2.1.316 91 5/26/2024
2.1.315 91 5/25/2024
2.1.314 94 5/25/2024
2.1.313 89 5/25/2024
2.1.312 347 5/25/2024
2.1.311 95 5/25/2024
2.1.310 405 5/25/2024
2.1.309 200 5/23/2024
2.1.308 139 5/23/2024
2.1.307 89 5/23/2024
2.1.306 296 5/23/2024
2.1.305 85 5/23/2024
2.1.304 93 5/23/2024
2.1.303 236 5/23/2024
2.1.302 245 5/22/2024
2.1.301 89 5/22/2024
2.1.300 205 5/22/2024
2.1.299 89 5/22/2024
2.1.298 298 5/18/2024
2.1.297 93 5/18/2024
2.1.296 194 5/18/2024
2.1.295 109 5/18/2024
2.1.294 181 5/17/2024
2.1.293 103 5/17/2024
2.1.292 265 5/17/2024
2.1.291 186 5/17/2024
2.1.290 145 5/16/2024
2.1.289 112 5/16/2024
2.1.288 107 5/16/2024
2.1.287 260 5/15/2024
2.1.286 92 5/15/2024
2.1.285 101 5/14/2024
2.1.284 344 5/13/2024
2.1.283 75 5/13/2024
2.1.282 75 5/13/2024
2.1.281 353 5/1/2024
2.1.280 117 5/1/2024
2.1.279 896 4/28/2024
2.1.278 159 4/28/2024
2.1.277 155 4/28/2024
2.1.276 78 4/28/2024
2.1.275 101 4/28/2024
2.1.274 91 4/28/2024
2.1.273 94 4/27/2024
2.1.272 496 4/27/2024
2.1.271 222 4/20/2024
2.1.270 207 4/20/2024
2.1.269 98 4/19/2024
2.1.268 85 4/19/2024
2.1.267 364 4/19/2024
2.1.266 225 4/19/2024
2.1.265 184 4/19/2024
2.1.264 156 4/18/2024
2.1.263 370 4/13/2024
2.1.262 137 4/13/2024
2.1.261 172 4/13/2024
2.1.260 103 4/13/2024
2.1.259 235 4/12/2024
2.1.258 94 4/12/2024
2.1.257 374 4/12/2024
2.1.256 91 4/12/2024
2.1.255 94 4/12/2024
2.1.254 97 4/12/2024
2.1.253 93 4/12/2024
2.1.252 344 4/12/2024
2.1.251 80 4/12/2024
2.1.250 578 4/10/2024
2.1.249 88 4/10/2024
2.1.248 83 4/10/2024
2.1.247 355 4/10/2024
2.1.246 94 4/10/2024
2.1.245 230 4/9/2024
2.1.244 396 4/3/2024
2.1.243 174 4/2/2024
2.1.242 225 4/2/2024
2.1.241 208 4/2/2024
2.1.240 105 4/1/2024
2.1.239 491 3/30/2024
2.1.238 157 3/29/2024
2.1.237 75 3/29/2024
2.1.236 375 3/25/2024
2.1.235 110 3/25/2024
2.1.234 118 3/25/2024
2.1.233 272 3/25/2024
2.1.232 110 3/25/2024
2.1.231 101 3/25/2024
2.1.230 359 3/21/2024
2.1.229 103 3/21/2024
2.1.228 265 3/21/2024
2.1.227 108 3/20/2024
2.1.226 357 3/20/2024
2.1.225 104 3/19/2024
2.1.224 107 3/19/2024
2.1.223 94 3/19/2024
2.1.222 316 3/19/2024
2.1.221 92 3/19/2024
2.1.220 102 3/19/2024
2.1.219 298 3/19/2024
2.1.218 217 3/19/2024
2.1.217 114 3/18/2024
2.1.216 319 3/16/2024
2.1.215 99 3/16/2024
2.1.214 260 3/16/2024
2.1.213 103 3/16/2024
2.1.212 232 3/15/2024
2.1.211 110 3/15/2024
2.1.210 211 3/14/2024
2.1.209 92 3/13/2024
2.1.208 233 3/13/2024
2.1.207 99 3/13/2024
2.1.206 107 3/13/2024
2.1.205 96 3/13/2024
2.1.204 468 3/13/2024
2.1.203 235 3/13/2024
2.1.202 94 3/13/2024
2.1.201 88 3/12/2024
2.1.200 93 3/12/2024
2.1.199 92 3/12/2024
2.1.198 330 3/12/2024
2.1.197 96 3/12/2024
2.1.196 102 3/12/2024
2.1.195 372 3/11/2024
2.1.194 262 3/11/2024
2.1.193 93 3/11/2024
2.1.192 95 3/11/2024
2.1.191 352 3/10/2024
2.1.190 106 3/10/2024
2.1.189 103 3/10/2024
2.1.188 370 3/10/2024
2.1.187 216 3/9/2024
2.1.186 103 3/9/2024
2.1.185 101 3/8/2024
2.1.184 106 3/8/2024
2.1.183 94 3/8/2024
2.1.182 95 3/8/2024
2.1.181 403 3/8/2024
2.1.180 102 3/8/2024
2.1.179 330 3/6/2024
2.1.178 220 3/6/2024
2.1.177 103 3/6/2024
2.1.176 340 3/4/2024
2.1.175 192 3/4/2024
2.1.174 106 3/4/2024
2.1.173 100 3/4/2024
2.1.172 102 3/4/2024
2.1.171 266 3/4/2024
2.1.170 199 3/3/2024
2.1.169 168 3/3/2024
2.1.168 145 3/3/2024
2.1.167 107 3/3/2024
2.1.166 100 3/2/2024
2.1.165 191 3/2/2024
2.1.164 144 3/2/2024
2.1.163 95 3/2/2024
2.1.162 260 3/2/2024
2.1.161 103 3/2/2024
2.1.160 212 3/1/2024
2.1.159 97 2/29/2024
2.1.158 97 2/29/2024
2.1.157 96 2/29/2024
2.1.156 93 2/29/2024
2.1.155 336 2/29/2024
2.1.154 96 2/29/2024
2.1.153 220 2/27/2024
2.1.152 173 2/26/2024
2.1.151 122 2/26/2024
2.1.150 197 2/25/2024
2.1.149 148 2/25/2024
2.1.148 98 2/25/2024
2.1.147 97 2/25/2024
2.1.146 98 2/25/2024
2.1.145 279 2/24/2024
2.1.144 105 2/24/2024
2.1.143 111 2/24/2024
2.1.142 101 2/23/2024
2.1.141 101 2/23/2024
2.1.140 343 2/22/2024
2.1.139 111 2/22/2024
2.1.138 99 2/22/2024
2.1.137 205 2/22/2024
2.1.136 110 2/22/2024
2.1.135 206 2/22/2024
2.1.134 112 2/21/2024
2.1.133 105 2/21/2024
2.1.132 109 2/21/2024
2.1.131 253 2/21/2024
2.1.130 108 2/21/2024
2.1.129 215 2/21/2024
2.1.128 111 2/21/2024
2.1.127 104 2/21/2024
2.1.126 103 2/21/2024
2.1.125 257 2/20/2024
2.1.124 95 2/20/2024
2.1.123 204 2/20/2024
2.1.122 99 2/20/2024
2.1.121 208 2/20/2024
2.1.120 104 2/20/2024
2.1.119 98 2/20/2024
2.1.118 106 2/19/2024
2.1.117 101 2/19/2024
2.1.116 101 2/19/2024
2.1.115 330 2/19/2024
2.1.114 189 2/19/2024
2.1.113 112 2/17/2024
2.1.112 103 2/17/2024
2.1.111 102 2/17/2024
2.1.110 283 2/17/2024
2.1.109 137 2/16/2024
2.1.108 94 2/16/2024
2.1.107 93 2/16/2024
2.1.106 237 2/16/2024
2.1.105 95 2/16/2024
2.1.104 96 2/16/2024
2.1.103 151 2/16/2024
2.1.102 201 2/14/2024
2.1.101 94 2/14/2024
2.1.100 108 2/14/2024
2.1.99 103 2/14/2024
2.1.98 275 2/13/2024
2.1.97 105 2/13/2024
2.1.96 90 2/13/2024
2.1.95 96 2/13/2024
2.1.94 215 2/13/2024
2.1.93 145 2/13/2024
2.1.92 136 2/13/2024
2.1.91 167 2/13/2024
2.1.90 152 2/12/2024
2.1.89 100 2/12/2024
2.1.88 211 2/12/2024
2.1.87 104 2/12/2024
2.1.86 207 2/11/2024
2.1.85 94 2/11/2024
2.1.84 200 2/11/2024
2.1.83 104 2/11/2024
2.1.82 105 2/11/2024
2.1.81 243 2/11/2024
2.1.80 177 2/10/2024
2.1.79 103 2/10/2024
2.1.78 195 2/10/2024
2.1.77 163 2/10/2024
2.1.76 105 2/10/2024
2.1.75 221 2/9/2024
2.1.74 164 2/9/2024
2.1.73 98 2/9/2024
2.1.72 263 2/9/2024
2.1.71 92 2/9/2024
2.1.70 105 2/8/2024
2.1.69 106 2/8/2024
2.1.68 268 2/8/2024
2.1.67 107 2/8/2024
2.1.66 102 2/8/2024
2.1.65 334 2/7/2024
2.1.64 184 2/7/2024
2.1.63 105 2/7/2024
2.1.62 113 2/7/2024
2.1.61 159 2/7/2024
2.1.60 196 2/7/2024
2.1.59 108 2/7/2024
2.1.58 122 2/6/2024
2.1.57 123 2/6/2024
2.1.56 103 2/6/2024
2.1.55 353 2/5/2024
2.1.54 104 2/5/2024
2.1.53 192 2/5/2024
2.1.52 215 2/4/2024
2.1.51 101 2/4/2024
2.1.50 231 2/4/2024
2.1.49 168 2/3/2024
2.1.48 279 2/3/2024
2.1.47 143 1/31/2024
2.1.46 106 1/31/2024
2.1.45 98 1/31/2024
2.1.44 94 1/31/2024
2.1.43 350 1/30/2024
2.1.42 98 1/30/2024
2.1.41 183 1/30/2024
2.1.40 133 1/30/2024
2.1.39 90 1/29/2024
2.1.38 249 1/29/2024
2.1.37 98 1/29/2024
2.1.36 98 1/29/2024
2.1.35 96 1/29/2024
2.1.34 85 1/29/2024
2.1.33 357 1/28/2024
2.1.32 102 1/28/2024
2.1.31 101 1/28/2024
2.1.30 96 1/28/2024
2.1.29 97 1/28/2024
2.1.28 98 1/28/2024
2.1.27 361 1/27/2024
2.1.26 99 1/27/2024
2.1.25 270 1/27/2024
2.1.24 96 1/27/2024
2.1.23 211 1/27/2024
2.1.22 131 1/27/2024
2.1.21 175 1/26/2024
2.1.20 96 1/26/2024
2.1.19 121 1/26/2024
2.1.18 190 1/26/2024
2.1.17 231 1/26/2024
2.1.16 98 1/26/2024
2.1.15 100 1/26/2024
2.1.14 193 1/25/2024
2.1.13 104 1/25/2024
2.1.12 187 1/25/2024
2.1.11 101 1/25/2024
2.1.10 189 1/25/2024
2.1.9 81 1/25/2024
2.1.8 200 1/19/2024
2.1.7 199 1/19/2024
2.1.6 97 1/19/2024
2.1.5 225 1/17/2024
2.1.4 146 1/17/2024
2.1.3 295 1/15/2024
2.1.2 320 1/13/2024
2.1.1 120 1/13/2024