Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.40

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

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

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.512 102 9/18/2024
2.1.511 42 9/18/2024
2.1.510 81 9/18/2024
2.1.509 133 9/18/2024
2.1.508 36 9/18/2024
2.1.507 41 9/17/2024
2.1.506 154 9/17/2024
2.1.505 68 9/17/2024
2.1.504 37 9/17/2024
2.1.503 144 9/17/2024
2.1.502 85 9/17/2024
2.1.501 79 9/17/2024
2.1.500 34 9/17/2024
2.1.499 706 9/16/2024
2.1.498 66 9/16/2024
2.1.497 406 9/12/2024
2.1.496 93 9/12/2024
2.1.495 103 9/12/2024
2.1.494 68 9/12/2024
2.1.493 132 9/12/2024
2.1.492 90 9/11/2024
2.1.491 101 9/11/2024
2.1.490 120 9/11/2024
2.1.489 106 9/11/2024
2.1.488 124 9/11/2024
2.1.487 128 9/11/2024
2.1.486 77 9/11/2024
2.1.485 1,123 9/10/2024
2.1.484 169 9/10/2024
2.1.483 157 9/10/2024
2.1.482 119 9/10/2024
2.1.481 57 9/10/2024
2.1.480 135 9/10/2024
2.1.478 130 9/9/2024
2.1.477 56 9/9/2024
2.1.476 138 9/9/2024
2.1.475 124 9/9/2024
2.1.474 62 9/9/2024
2.1.473 1,113 9/9/2024
2.1.472 222 9/7/2024
2.1.471 60 9/7/2024
2.1.470 202 9/7/2024
2.1.469 302 9/6/2024
2.1.468 155 9/6/2024
2.1.467 178 9/6/2024
2.1.466 71 9/5/2024
2.1.465 62 9/5/2024
2.1.464 430 9/5/2024
2.1.463 68 9/5/2024
2.1.462 192 9/5/2024
2.1.461 57 9/5/2024
2.1.460 69 9/5/2024
2.1.459 203 9/5/2024
2.1.458 301 9/4/2024
2.1.457 316 9/4/2024
2.1.456 76 9/3/2024
2.1.455 72 9/3/2024
2.1.454 281 9/3/2024
2.1.453 68 9/3/2024
2.1.452 301 9/3/2024
2.1.451 210 8/29/2024
2.1.450 124 8/29/2024
2.1.449 69 8/29/2024
2.1.448 397 8/26/2024
2.1.447 233 8/26/2024
2.1.446 70 8/26/2024
2.1.445 449 8/21/2024
2.1.444 90 8/21/2024
2.1.443 287 8/21/2024
2.1.442 91 8/21/2024
2.1.441 179 8/20/2024
2.1.440 95 8/20/2024
2.1.439 86 8/20/2024
2.1.438 357 8/20/2024
2.1.437 84 8/20/2024
2.1.436 93 8/20/2024
2.1.435 285 8/20/2024
2.1.434 79 8/19/2024
2.1.433 321 8/15/2024
2.1.432 280 8/15/2024
2.1.431 86 8/15/2024
2.1.430 235 8/15/2024
2.1.429 344 8/13/2024
2.1.428 93 8/13/2024
2.1.427 294 8/7/2024
2.1.426 131 8/7/2024
2.1.425 68 8/7/2024
2.1.424 68 8/7/2024
2.1.423 288 8/6/2024
2.1.422 262 8/1/2024
2.1.421 70 8/1/2024
2.1.420 183 8/1/2024
2.1.419 65 8/1/2024
2.1.418 64 8/1/2024
2.1.417 439 7/25/2024
2.1.416 45 7/25/2024
2.1.415 48 7/25/2024
2.1.414 195 7/25/2024
2.1.413 38 7/25/2024
2.1.412 144 7/25/2024
2.1.411 51 7/25/2024
2.1.410 77 7/24/2024
2.1.409 52 7/24/2024
2.1.408 39 7/24/2024
2.1.407 351 7/20/2024
2.1.406 68 7/20/2024
2.1.405 214 7/20/2024
2.1.404 452 7/14/2024
2.1.403 110 7/14/2024
2.1.402 64 7/14/2024
2.1.401 199 7/14/2024
2.1.400 169 7/14/2024
2.1.399 189 7/10/2024
2.1.398 65 7/10/2024
2.1.397 66 7/10/2024
2.1.396 67 7/10/2024
2.1.395 63 7/10/2024
2.1.394 448 7/10/2024
2.1.393 170 7/10/2024
2.1.392 60 7/10/2024
2.1.391 67 7/10/2024
2.1.390 237 7/10/2024
2.1.389 73 7/10/2024
2.1.388 69 7/9/2024
2.1.387 230 7/9/2024
2.1.386 58 7/9/2024
2.1.385 64 7/9/2024
2.1.384 61 7/9/2024
2.1.383 69 7/9/2024
2.1.382 61 7/9/2024
2.1.381 70 7/9/2024
2.1.380 59 7/9/2024
2.1.379 55 7/9/2024
2.1.378 635 7/8/2024
2.1.377 62 7/8/2024
2.1.376 59 7/8/2024
2.1.375 230 7/8/2024
2.1.374 283 7/8/2024
2.1.373 59 7/7/2024
2.1.372 69 7/7/2024
2.1.371 309 7/7/2024
2.1.370 605 7/3/2024
2.1.369 67 7/3/2024
2.1.368 113 7/3/2024
2.1.367 235 7/3/2024
2.1.366 65 7/3/2024
2.1.365 596 6/27/2024
2.1.364 71 6/27/2024
2.1.363 69 6/27/2024
2.1.362 360 6/22/2024
2.1.361 81 6/22/2024
2.1.360 176 6/22/2024
2.1.359 245 6/16/2024
2.1.358 83 6/15/2024
2.1.357 72 6/15/2024
2.1.356 247 6/15/2024
2.1.355 78 6/15/2024
2.1.354 69 6/15/2024
2.1.353 255 6/15/2024
2.1.352 120 6/15/2024
2.1.351 153 6/15/2024
2.1.350 84 6/14/2024
2.1.349 345 6/4/2024
2.1.348 163 6/4/2024
2.1.347 305 6/2/2024
2.1.346 211 6/1/2024
2.1.345 82 6/1/2024
2.1.344 80 6/1/2024
2.1.343 78 6/1/2024
2.1.342 340 6/1/2024
2.1.341 79 6/1/2024
2.1.340 76 6/1/2024
2.1.339 243 5/31/2024
2.1.338 81 5/31/2024
2.1.337 73 5/31/2024
2.1.336 85 5/31/2024
2.1.335 375 5/29/2024
2.1.334 66 5/29/2024
2.1.333 210 5/29/2024
2.1.332 137 5/29/2024
2.1.331 180 5/28/2024
2.1.330 148 5/28/2024
2.1.329 186 5/28/2024
2.1.328 74 5/28/2024
2.1.327 76 5/28/2024
2.1.326 255 5/28/2024
2.1.325 157 5/27/2024
2.1.324 196 5/27/2024
2.1.323 73 5/27/2024
2.1.322 143 5/26/2024
2.1.321 186 5/26/2024
2.1.320 234 5/26/2024
2.1.319 82 5/26/2024
2.1.318 73 5/26/2024
2.1.317 212 5/26/2024
2.1.316 80 5/26/2024
2.1.315 78 5/25/2024
2.1.314 82 5/25/2024
2.1.313 75 5/25/2024
2.1.312 304 5/25/2024
2.1.311 78 5/25/2024
2.1.310 360 5/25/2024
2.1.309 172 5/23/2024
2.1.308 122 5/23/2024
2.1.307 77 5/23/2024
2.1.306 235 5/23/2024
2.1.305 74 5/23/2024
2.1.304 77 5/23/2024
2.1.303 189 5/23/2024
2.1.302 211 5/22/2024
2.1.301 77 5/22/2024
2.1.300 175 5/22/2024
2.1.299 72 5/22/2024
2.1.298 257 5/18/2024
2.1.297 79 5/18/2024
2.1.296 151 5/18/2024
2.1.295 92 5/18/2024
2.1.294 140 5/17/2024
2.1.293 93 5/17/2024
2.1.292 236 5/17/2024
2.1.291 151 5/17/2024
2.1.290 124 5/16/2024
2.1.289 89 5/16/2024
2.1.288 90 5/16/2024
2.1.287 227 5/15/2024
2.1.286 80 5/15/2024
2.1.285 86 5/14/2024
2.1.284 296 5/13/2024
2.1.283 63 5/13/2024
2.1.282 62 5/13/2024
2.1.281 302 5/1/2024
2.1.280 99 5/1/2024
2.1.279 784 4/28/2024
2.1.278 134 4/28/2024
2.1.277 132 4/28/2024
2.1.276 78 4/28/2024
2.1.275 84 4/28/2024
2.1.274 79 4/28/2024
2.1.273 77 4/27/2024
2.1.272 428 4/27/2024
2.1.271 203 4/20/2024
2.1.270 179 4/20/2024
2.1.269 86 4/19/2024
2.1.268 85 4/19/2024
2.1.267 306 4/19/2024
2.1.266 192 4/19/2024
2.1.265 157 4/19/2024
2.1.264 133 4/18/2024
2.1.263 329 4/13/2024
2.1.262 115 4/13/2024
2.1.261 146 4/13/2024
2.1.260 90 4/13/2024
2.1.259 210 4/12/2024
2.1.258 80 4/12/2024
2.1.257 321 4/12/2024
2.1.256 81 4/12/2024
2.1.255 80 4/12/2024
2.1.254 86 4/12/2024
2.1.253 82 4/12/2024
2.1.252 305 4/12/2024
2.1.251 80 4/12/2024
2.1.250 524 4/10/2024
2.1.249 76 4/10/2024
2.1.248 83 4/10/2024
2.1.247 304 4/10/2024
2.1.246 79 4/10/2024
2.1.245 192 4/9/2024
2.1.244 351 4/3/2024
2.1.243 146 4/2/2024
2.1.242 185 4/2/2024
2.1.241 174 4/2/2024
2.1.240 94 4/1/2024
2.1.239 436 3/30/2024
2.1.238 134 3/29/2024
2.1.237 63 3/29/2024
2.1.236 328 3/25/2024
2.1.235 93 3/25/2024
2.1.234 94 3/25/2024
2.1.233 214 3/25/2024
2.1.232 93 3/25/2024
2.1.231 88 3/25/2024
2.1.230 310 3/21/2024
2.1.229 91 3/21/2024
2.1.228 226 3/21/2024
2.1.227 92 3/20/2024
2.1.226 307 3/20/2024
2.1.225 89 3/19/2024
2.1.224 90 3/19/2024
2.1.223 80 3/19/2024
2.1.222 266 3/19/2024
2.1.221 81 3/19/2024
2.1.220 92 3/19/2024
2.1.219 250 3/19/2024
2.1.218 182 3/19/2024
2.1.217 101 3/18/2024
2.1.216 281 3/16/2024
2.1.215 87 3/16/2024
2.1.214 214 3/16/2024
2.1.213 89 3/16/2024
2.1.212 199 3/15/2024
2.1.211 95 3/15/2024
2.1.210 189 3/14/2024
2.1.209 80 3/13/2024
2.1.208 193 3/13/2024
2.1.207 87 3/13/2024
2.1.206 96 3/13/2024
2.1.205 82 3/13/2024
2.1.204 397 3/13/2024
2.1.203 203 3/13/2024
2.1.202 81 3/13/2024
2.1.201 88 3/12/2024
2.1.200 82 3/12/2024
2.1.199 79 3/12/2024
2.1.198 274 3/12/2024
2.1.197 83 3/12/2024
2.1.196 92 3/12/2024
2.1.195 305 3/11/2024
2.1.194 221 3/11/2024
2.1.193 80 3/11/2024
2.1.192 81 3/11/2024
2.1.191 303 3/10/2024
2.1.190 93 3/10/2024
2.1.189 90 3/10/2024
2.1.188 304 3/10/2024
2.1.187 193 3/9/2024
2.1.186 92 3/9/2024
2.1.185 90 3/8/2024
2.1.184 93 3/8/2024
2.1.183 82 3/8/2024
2.1.182 84 3/8/2024
2.1.181 341 3/8/2024
2.1.180 87 3/8/2024
2.1.179 285 3/6/2024
2.1.178 171 3/6/2024
2.1.177 90 3/6/2024
2.1.176 296 3/4/2024
2.1.175 162 3/4/2024
2.1.174 96 3/4/2024
2.1.173 83 3/4/2024
2.1.172 91 3/4/2024
2.1.171 206 3/4/2024
2.1.170 172 3/3/2024
2.1.169 136 3/3/2024
2.1.168 129 3/3/2024
2.1.167 94 3/3/2024
2.1.166 86 3/2/2024
2.1.165 153 3/2/2024
2.1.164 127 3/2/2024
2.1.163 95 3/2/2024
2.1.162 226 3/2/2024
2.1.161 91 3/2/2024
2.1.160 180 3/1/2024
2.1.159 84 2/29/2024
2.1.158 86 2/29/2024
2.1.157 84 2/29/2024
2.1.156 82 2/29/2024
2.1.155 271 2/29/2024
2.1.154 83 2/29/2024
2.1.153 181 2/27/2024
2.1.152 145 2/26/2024
2.1.151 107 2/26/2024
2.1.150 165 2/25/2024
2.1.149 124 2/25/2024
2.1.148 85 2/25/2024
2.1.147 81 2/25/2024
2.1.146 87 2/25/2024
2.1.145 237 2/24/2024
2.1.144 91 2/24/2024
2.1.143 98 2/24/2024
2.1.142 87 2/23/2024
2.1.141 87 2/23/2024
2.1.140 278 2/22/2024
2.1.139 100 2/22/2024
2.1.138 85 2/22/2024
2.1.137 177 2/22/2024
2.1.136 96 2/22/2024
2.1.135 170 2/22/2024
2.1.134 96 2/21/2024
2.1.133 93 2/21/2024
2.1.132 93 2/21/2024
2.1.131 217 2/21/2024
2.1.130 97 2/21/2024
2.1.129 181 2/21/2024
2.1.128 96 2/21/2024
2.1.127 92 2/21/2024
2.1.126 90 2/21/2024
2.1.125 219 2/20/2024
2.1.124 83 2/20/2024
2.1.123 170 2/20/2024
2.1.122 88 2/20/2024
2.1.121 165 2/20/2024
2.1.120 90 2/20/2024
2.1.119 84 2/20/2024
2.1.118 90 2/19/2024
2.1.117 89 2/19/2024
2.1.116 88 2/19/2024
2.1.115 271 2/19/2024
2.1.114 154 2/19/2024
2.1.113 106 2/17/2024
2.1.112 73 2/17/2024
2.1.111 89 2/17/2024
2.1.110 230 2/17/2024
2.1.109 118 2/16/2024
2.1.108 82 2/16/2024
2.1.107 81 2/16/2024
2.1.106 199 2/16/2024
2.1.105 82 2/16/2024
2.1.104 85 2/16/2024
2.1.103 133 2/16/2024
2.1.102 176 2/14/2024
2.1.101 81 2/14/2024
2.1.100 95 2/14/2024
2.1.99 90 2/14/2024
2.1.98 228 2/13/2024
2.1.97 88 2/13/2024
2.1.96 90 2/13/2024
2.1.95 83 2/13/2024
2.1.94 182 2/13/2024
2.1.93 140 2/13/2024
2.1.92 116 2/13/2024
2.1.91 145 2/13/2024
2.1.90 131 2/12/2024
2.1.89 86 2/12/2024
2.1.88 171 2/12/2024
2.1.87 92 2/12/2024
2.1.86 177 2/11/2024
2.1.85 84 2/11/2024
2.1.84 158 2/11/2024
2.1.83 87 2/11/2024
2.1.82 84 2/11/2024
2.1.81 208 2/11/2024
2.1.80 152 2/10/2024
2.1.79 89 2/10/2024
2.1.78 165 2/10/2024
2.1.77 133 2/10/2024
2.1.76 93 2/10/2024
2.1.75 190 2/9/2024
2.1.74 138 2/9/2024
2.1.73 84 2/9/2024
2.1.72 221 2/9/2024
2.1.71 92 2/9/2024
2.1.70 94 2/8/2024
2.1.69 93 2/8/2024
2.1.68 231 2/8/2024
2.1.67 91 2/8/2024
2.1.66 92 2/8/2024
2.1.65 272 2/7/2024
2.1.64 152 2/7/2024
2.1.63 91 2/7/2024
2.1.62 102 2/7/2024
2.1.61 131 2/7/2024
2.1.60 156 2/7/2024
2.1.59 92 2/7/2024
2.1.58 103 2/6/2024
2.1.57 106 2/6/2024
2.1.56 93 2/6/2024
2.1.55 300 2/5/2024
2.1.54 93 2/5/2024
2.1.53 157 2/5/2024
2.1.52 184 2/4/2024
2.1.51 86 2/4/2024
2.1.50 181 2/4/2024
2.1.49 144 2/3/2024
2.1.48 230 2/3/2024
2.1.47 125 1/31/2024
2.1.46 80 1/31/2024
2.1.45 86 1/31/2024
2.1.44 82 1/31/2024
2.1.43 289 1/30/2024
2.1.42 87 1/30/2024
2.1.41 147 1/30/2024
2.1.40 110 1/30/2024
2.1.39 79 1/29/2024
2.1.38 208 1/29/2024
2.1.37 87 1/29/2024
2.1.36 83 1/29/2024
2.1.35 85 1/29/2024
2.1.34 85 1/29/2024
2.1.33 303 1/28/2024
2.1.32 85 1/28/2024
2.1.31 88 1/28/2024
2.1.30 82 1/28/2024
2.1.29 84 1/28/2024
2.1.28 87 1/28/2024
2.1.27 298 1/27/2024
2.1.26 85 1/27/2024
2.1.25 239 1/27/2024
2.1.24 84 1/27/2024
2.1.23 190 1/27/2024
2.1.22 110 1/27/2024
2.1.21 147 1/26/2024
2.1.20 82 1/26/2024
2.1.19 105 1/26/2024
2.1.18 151 1/26/2024
2.1.17 201 1/26/2024
2.1.16 87 1/26/2024
2.1.15 88 1/26/2024
2.1.14 171 1/25/2024
2.1.13 88 1/25/2024
2.1.12 154 1/25/2024
2.1.11 87 1/25/2024
2.1.10 165 1/25/2024
2.1.9 81 1/25/2024
2.1.8 177 1/19/2024
2.1.7 163 1/19/2024
2.1.6 86 1/19/2024
2.1.5 196 1/17/2024
2.1.4 120 1/17/2024
2.1.3 244 1/15/2024
2.1.2 290 1/13/2024
2.1.1 102 1/13/2024