Soenneker.Blazor.Utils.BlazorInvoker 2.1.316

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.BlazorInvoker --version 2.1.316                
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorInvoker -Version 2.1.316                
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.BlazorInvoker" Version="2.1.316" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.Utils.BlazorInvoker --version 2.1.316                
#r "nuget: Soenneker.Blazor.Utils.BlazorInvoker, 2.1.316"                
#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.BlazorInvoker as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.Utils.BlazorInvoker&version=2.1.316

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

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.BlazorInvoker

A generic invoker to simplify JavaScript to C# interaction

BlazorInvoker<TInput> is an encapsulation class designed as a generic invocation point from JS to C#. It's used for 'fire-and-forget' with no return value.

Installation

dotnet add package Soenneker.Blazor.Utils.BlazorInvoker

Usage

C#

var stringInvoker = new BlazorInvoker<string>(async (input) =>
{
    await SomeAsyncOperation(input);
});

JS

dotnetObject.invokeMethodAsync('Invoke', 'JavaScript argument');
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.BlazorInvoker:

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.542 0 10/1/2024
2.1.541 0 10/1/2024
2.1.540 0 10/1/2024
2.1.539 109 9/29/2024
2.1.538 159 9/29/2024
2.1.537 80 9/29/2024
2.1.536 35 9/29/2024
2.1.535 369 9/27/2024
2.1.534 77 9/27/2024
2.1.533 231 9/27/2024
2.1.532 110 9/27/2024
2.1.531 146 9/27/2024
2.1.530 117 9/27/2024
2.1.529 143 9/26/2024
2.1.528 161 9/26/2024
2.1.527 210 9/26/2024
2.1.526 146 9/26/2024
2.1.525 134 9/26/2024
2.1.524 177 9/26/2024
2.1.523 111 9/26/2024
2.1.522 291 9/23/2024
2.1.521 318 9/23/2024
2.1.520 197 9/23/2024
2.1.519 296 9/23/2024
2.1.518 66 9/23/2024
2.1.517 230 9/23/2024
2.1.516 445 9/23/2024
2.1.515 235 9/23/2024
2.1.514 284 9/23/2024
2.1.513 63 9/23/2024
2.1.512 66 9/23/2024
2.1.511 465 9/18/2024
2.1.510 187 9/18/2024
2.1.509 166 9/18/2024
2.1.508 128 9/18/2024
2.1.507 73 9/18/2024
2.1.506 222 9/18/2024
2.1.505 127 9/17/2024
2.1.504 154 9/17/2024
2.1.503 213 9/17/2024
2.1.502 145 9/17/2024
2.1.501 175 9/17/2024
2.1.500 188 9/17/2024
2.1.499 157 9/17/2024
2.1.498 74 9/17/2024
2.1.497 1,096 9/16/2024
2.1.496 184 9/16/2024
2.1.495 216 9/16/2024
2.1.494 223 9/12/2024
2.1.493 81 9/12/2024
2.1.492 86 9/12/2024
2.1.491 88 9/12/2024
2.1.490 92 9/12/2024
2.1.489 94 9/11/2024
2.1.488 70 9/11/2024
2.1.487 96 9/11/2024
2.1.486 96 9/11/2024
2.1.485 101 9/11/2024
2.1.484 97 9/11/2024
2.1.483 583 9/11/2024
2.1.482 1,558 9/10/2024
2.1.481 273 9/10/2024
2.1.480 135 9/10/2024
2.1.478 169 9/9/2024
2.1.477 163 9/9/2024
2.1.476 84 9/9/2024
2.1.475 151 9/9/2024
2.1.474 128 9/9/2024
2.1.473 129 9/9/2024
2.1.472 1,237 9/9/2024
2.1.471 457 9/7/2024
2.1.470 79 9/7/2024
2.1.469 200 9/7/2024
2.1.468 475 9/6/2024
2.1.467 243 9/6/2024
2.1.466 281 9/6/2024
2.1.465 226 9/5/2024
2.1.464 123 9/5/2024
2.1.463 76 9/5/2024
2.1.462 78 9/5/2024
2.1.461 438 9/5/2024
2.1.460 62 9/5/2024
2.1.459 255 9/5/2024
2.1.458 275 9/4/2024
2.1.457 78 9/4/2024
2.1.456 433 9/4/2024
2.1.455 257 9/3/2024
2.1.454 274 9/3/2024
2.1.453 72 9/3/2024
2.1.452 176 9/3/2024
2.1.451 194 9/3/2024
2.1.450 193 9/3/2024
2.1.449 322 8/29/2024
2.1.448 209 8/29/2024
2.1.447 205 8/29/2024
2.1.446 423 8/26/2024
2.1.445 206 8/26/2024
2.1.444 271 8/26/2024
2.1.443 410 8/21/2024
2.1.442 286 8/21/2024
2.1.441 210 8/21/2024
2.1.440 87 8/21/2024
2.1.439 375 8/20/2024
2.1.438 196 8/20/2024
2.1.437 86 8/20/2024
2.1.436 219 8/20/2024
2.1.435 294 8/20/2024
2.1.434 208 8/20/2024
2.1.433 250 8/20/2024
2.1.432 109 8/19/2024
2.1.431 483 8/15/2024
2.1.430 234 8/15/2024
2.1.429 236 8/15/2024
2.1.428 406 8/14/2024
2.1.427 220 8/14/2024
2.1.426 133 8/13/2024
2.1.425 230 8/13/2024
2.1.424 99 8/13/2024
2.1.423 293 8/7/2024
2.1.422 361 8/7/2024
2.1.421 89 8/7/2024
2.1.420 147 8/6/2024
2.1.419 243 8/6/2024
2.1.418 322 8/1/2024
2.1.417 121 8/1/2024
2.1.416 265 8/1/2024
2.1.415 121 8/1/2024
2.1.414 513 7/25/2024
2.1.413 97 7/25/2024
2.1.412 134 7/25/2024
2.1.411 107 7/25/2024
2.1.410 133 7/25/2024
2.1.409 124 7/25/2024
2.1.408 118 7/25/2024
2.1.407 157 7/24/2024
2.1.406 64 7/24/2024
2.1.405 97 7/24/2024
2.1.404 324 7/20/2024
2.1.403 144 7/20/2024
2.1.402 356 7/20/2024
2.1.401 451 7/14/2024
2.1.400 289 7/14/2024
2.1.399 81 7/14/2024
2.1.398 247 7/14/2024
2.1.397 492 7/10/2024
2.1.396 82 7/10/2024
2.1.395 128 7/10/2024
2.1.394 230 7/10/2024
2.1.393 88 7/10/2024
2.1.392 302 7/10/2024
2.1.391 259 7/10/2024
2.1.390 243 7/10/2024
2.1.389 159 7/10/2024
2.1.388 80 7/10/2024
2.1.387 216 7/10/2024
2.1.386 193 7/9/2024
2.1.385 173 7/9/2024
2.1.384 71 7/9/2024
2.1.383 171 7/9/2024
2.1.382 213 7/9/2024
2.1.381 218 7/9/2024
2.1.380 69 7/9/2024
2.1.379 178 7/9/2024
2.1.378 72 7/9/2024
2.1.377 270 7/9/2024
2.1.376 234 7/9/2024
2.1.375 93 7/8/2024
2.1.374 252 7/8/2024
2.1.373 66 7/8/2024
2.1.372 341 7/8/2024
2.1.371 271 7/8/2024
2.1.370 325 7/7/2024
2.1.369 295 7/7/2024
2.1.368 93 7/7/2024
2.1.367 767 7/3/2024
2.1.366 83 7/3/2024
2.1.365 298 7/3/2024
2.1.364 190 7/3/2024
2.1.363 209 7/3/2024
2.1.362 545 6/27/2024
2.1.361 214 6/27/2024
2.1.360 87 6/27/2024
2.1.359 271 6/27/2024
2.1.358 430 6/22/2024
2.1.357 78 6/22/2024
2.1.356 245 6/22/2024
2.1.355 326 6/16/2024
2.1.354 232 6/15/2024
2.1.353 86 6/15/2024
2.1.352 214 6/15/2024
2.1.351 94 6/15/2024
2.1.350 237 6/15/2024
2.1.349 95 6/15/2024
2.1.348 96 6/15/2024
2.1.347 104 6/15/2024
2.1.346 417 6/14/2024
2.1.345 418 6/4/2024
2.1.344 219 6/4/2024
2.1.343 440 6/2/2024
2.1.342 246 6/1/2024
2.1.341 89 6/1/2024
2.1.340 176 6/1/2024
2.1.339 166 6/1/2024
2.1.338 131 6/1/2024
2.1.337 88 6/1/2024
2.1.336 234 6/1/2024
2.1.335 362 5/31/2024
2.1.334 88 5/31/2024
2.1.333 202 5/31/2024
2.1.332 157 5/31/2024
2.1.331 284 5/29/2024
2.1.330 160 5/29/2024
2.1.329 420 5/28/2024
2.1.328 97 5/28/2024
2.1.327 267 5/28/2024
2.1.326 86 5/28/2024
2.1.325 223 5/28/2024
2.1.324 177 5/28/2024
2.1.323 91 5/28/2024
2.1.322 333 5/27/2024
2.1.321 291 5/27/2024
2.1.320 214 5/27/2024
2.1.319 102 5/26/2024
2.1.318 286 5/26/2024
2.1.317 201 5/26/2024
2.1.316 193 5/26/2024
2.1.315 105 5/26/2024
2.1.314 222 5/26/2024
2.1.313 308 5/25/2024
2.1.312 86 5/25/2024
2.1.311 102 5/25/2024
2.1.310 192 5/25/2024
2.1.309 317 5/25/2024
2.1.308 81 5/25/2024
2.1.307 324 5/23/2024
2.1.306 248 5/23/2024
2.1.305 148 5/23/2024
2.1.304 275 5/23/2024
2.1.303 105 5/23/2024
2.1.302 301 5/23/2024
2.1.301 105 5/22/2024
2.1.300 455 5/22/2024
2.1.299 106 5/22/2024
2.1.298 294 5/18/2024
2.1.297 83 5/18/2024
2.1.296 212 5/18/2024
2.1.295 88 5/18/2024
2.1.294 261 5/17/2024
2.1.293 220 5/17/2024
2.1.292 93 5/17/2024
2.1.291 93 5/16/2024
2.1.290 88 5/16/2024
2.1.289 337 5/15/2024
2.1.288 286 5/15/2024
2.1.287 115 5/15/2024
2.1.286 157 5/14/2024
2.1.285 349 5/13/2024
2.1.284 78 5/13/2024
2.1.283 194 5/13/2024
2.1.282 417 4/30/2024
2.1.281 271 4/30/2024
2.1.280 181 4/30/2024
2.1.279 335 4/30/2024
2.1.278 106 4/29/2024
2.1.277 106 4/29/2024
2.1.276 296 4/29/2024
2.1.275 226 4/29/2024
2.1.274 103 4/28/2024
2.1.273 165 4/28/2024
2.1.272 110 4/28/2024
2.1.271 105 4/28/2024
2.1.270 484 4/28/2024
2.1.269 163 4/28/2024
2.1.268 97 4/28/2024
2.1.267 241 4/28/2024
2.1.266 180 4/27/2024
2.1.265 110 4/27/2024
2.1.264 395 4/20/2024
2.1.263 262 4/20/2024
2.1.262 212 4/19/2024
2.1.261 237 4/19/2024
2.1.260 214 4/19/2024
2.1.259 240 4/19/2024
2.1.258 101 4/19/2024
2.1.257 490 4/13/2024
2.1.256 347 4/13/2024
2.1.255 96 4/13/2024
2.1.254 284 4/12/2024
2.1.253 136 4/12/2024
2.1.252 235 4/12/2024
2.1.251 238 4/12/2024
2.1.250 91 4/12/2024
2.1.249 221 4/12/2024
2.1.248 96 4/12/2024
2.1.247 354 4/12/2024
2.1.246 94 4/11/2024
2.1.245 583 4/10/2024
2.1.244 164 4/10/2024
2.1.243 203 4/10/2024
2.1.242 84 4/10/2024
2.1.241 338 4/10/2024
2.1.240 102 4/9/2024
2.1.239 481 4/3/2024
2.1.238 274 4/2/2024
2.1.237 233 4/2/2024
2.1.236 229 4/2/2024
2.1.235 114 4/1/2024
2.1.234 534 3/30/2024
2.1.233 220 3/29/2024
2.1.232 183 3/29/2024
2.1.231 345 3/25/2024
2.1.230 160 3/25/2024
2.1.229 152 3/25/2024
2.1.228 246 3/25/2024
2.1.227 171 3/25/2024
2.1.226 337 3/21/2024
2.1.225 199 3/21/2024
2.1.224 269 3/20/2024
2.1.223 369 3/20/2024
2.1.222 234 3/19/2024
2.1.221 108 3/19/2024
2.1.220 197 3/19/2024
2.1.219 288 3/19/2024
2.1.218 111 3/19/2024
2.1.217 281 3/19/2024
2.1.216 225 3/18/2024
2.1.215 376 3/16/2024
2.1.214 209 3/16/2024
2.1.213 243 3/16/2024
2.1.212 108 3/15/2024
2.1.211 336 3/14/2024
2.1.210 263 3/13/2024
2.1.209 182 3/13/2024
2.1.208 106 3/13/2024
2.1.207 230 3/13/2024
2.1.206 213 3/13/2024
2.1.205 180 3/13/2024
2.1.204 340 3/13/2024
2.1.203 121 3/13/2024
2.1.202 114 3/13/2024
2.1.201 275 3/12/2024
2.1.200 110 3/12/2024
2.1.199 115 3/12/2024
2.1.198 381 3/12/2024
2.1.197 202 3/12/2024
2.1.196 175 3/12/2024
2.1.195 246 3/11/2024
2.1.194 312 3/11/2024
2.1.193 176 3/11/2024
2.1.192 160 3/11/2024
2.1.191 319 3/10/2024
2.1.190 221 3/10/2024
2.1.189 204 3/10/2024
2.1.188 409 3/9/2024
2.1.187 118 3/8/2024
2.1.186 218 3/8/2024
2.1.185 152 3/8/2024
2.1.184 197 3/8/2024
2.1.183 289 3/8/2024
2.1.182 254 3/8/2024
2.1.181 258 3/6/2024
2.1.180 179 3/6/2024
2.1.179 232 3/6/2024
2.1.178 357 3/4/2024
2.1.177 184 3/4/2024
2.1.176 174 3/4/2024
2.1.175 109 3/4/2024
2.1.174 229 3/4/2024
2.1.173 182 3/4/2024
2.1.172 230 3/3/2024
2.1.171 105 3/3/2024
2.1.170 115 3/3/2024
2.1.169 234 3/3/2024
2.1.168 117 3/2/2024
2.1.167 110 3/2/2024
2.1.166 268 3/2/2024
2.1.165 98 3/2/2024
2.1.164 228 3/2/2024
2.1.163 109 3/2/2024
2.1.162 306 2/29/2024
2.1.161 198 2/29/2024
2.1.160 153 2/29/2024
2.1.159 135 2/29/2024
2.1.158 246 2/29/2024
2.1.157 214 2/27/2024
2.1.156 95 2/26/2024
2.1.155 184 2/26/2024
2.1.154 210 2/25/2024
2.1.153 166 2/25/2024
2.1.152 180 2/25/2024
2.1.151 156 2/25/2024
2.1.150 219 2/24/2024
2.1.149 138 2/24/2024
2.1.148 148 2/23/2024
2.1.147 141 2/23/2024
2.1.146 190 2/22/2024
2.1.145 104 2/22/2024
2.1.144 89 2/22/2024
2.1.143 217 2/22/2024
2.1.142 174 2/22/2024
2.1.141 178 2/22/2024
2.1.140 110 2/22/2024
2.1.139 206 2/21/2024
2.1.138 107 2/21/2024
2.1.137 190 2/21/2024
2.1.136 170 2/21/2024
2.1.135 107 2/21/2024
2.1.134 88 2/21/2024
2.1.133 281 2/21/2024
2.1.132 106 2/21/2024
2.1.131 108 2/21/2024
2.1.130 213 2/20/2024
2.1.129 128 2/20/2024
2.1.128 203 2/20/2024
2.1.127 167 2/20/2024
2.1.126 100 2/20/2024
2.1.125 215 2/20/2024
2.1.124 144 2/20/2024
2.1.123 143 2/19/2024
2.1.122 207 2/19/2024
2.1.121 101 2/19/2024
2.1.120 209 2/19/2024
2.1.119 105 2/19/2024
2.1.118 211 2/17/2024
2.1.117 181 2/17/2024
2.1.116 175 2/17/2024
2.1.115 170 2/17/2024
2.1.114 123 2/17/2024
2.1.113 258 2/16/2024
2.1.112 114 2/16/2024
2.1.111 143 2/16/2024
2.1.110 110 2/16/2024
2.1.109 103 2/16/2024
2.1.108 285 2/16/2024
2.1.107 105 2/16/2024
2.1.106 107 2/16/2024
2.1.105 215 2/14/2024
2.1.104 168 2/14/2024
2.1.103 169 2/14/2024
2.1.102 115 2/14/2024
2.1.101 219 2/13/2024
2.1.100 113 2/13/2024
2.1.99 110 2/13/2024
2.1.98 107 2/13/2024
2.1.97 99 2/13/2024
2.1.96 95 2/13/2024
2.1.95 384 2/13/2024
2.1.94 213 2/12/2024
2.1.93 142 2/12/2024
2.1.92 190 2/12/2024
2.1.91 205 2/11/2024
2.1.90 113 2/11/2024
2.1.89 267 2/11/2024
2.1.88 110 2/11/2024
2.1.87 215 2/11/2024
2.1.86 180 2/10/2024
2.1.85 150 2/10/2024
2.1.84 162 2/10/2024
2.1.83 97 2/10/2024
2.1.82 96 2/10/2024
2.1.81 218 2/9/2024
2.1.80 193 2/9/2024
2.1.79 103 2/9/2024
2.1.78 103 2/9/2024
2.1.77 202 2/9/2024
2.1.76 178 2/9/2024
2.1.75 101 2/9/2024
2.1.74 200 2/8/2024
2.1.73 166 2/8/2024
2.1.72 217 2/8/2024
2.1.71 99 2/8/2024
2.1.70 132 2/8/2024
2.1.69 175 2/8/2024
2.1.68 190 2/7/2024
2.1.67 167 2/7/2024
2.1.66 94 2/7/2024
2.1.65 193 2/7/2024
2.1.64 164 2/7/2024
2.1.63 92 2/7/2024
2.1.62 118 2/7/2024
2.1.61 312 2/6/2024
2.1.60 104 2/6/2024
2.1.59 98 2/6/2024
2.1.58 308 2/5/2024
2.1.57 98 2/5/2024
2.1.56 312 2/4/2024
2.1.55 101 2/4/2024
2.1.54 103 2/4/2024
2.1.53 298 2/3/2024
2.1.52 160 2/3/2024
2.1.51 166 2/3/2024
2.1.50 315 1/31/2024
2.1.49 165 1/31/2024
2.1.48 95 1/31/2024
2.1.47 140 1/31/2024
2.1.46 266 1/30/2024
2.1.45 98 1/30/2024
2.1.44 204 1/30/2024
2.1.43 143 1/29/2024
2.1.42 93 1/29/2024
2.1.41 238 1/29/2024
2.1.40 172 1/29/2024
2.1.39 170 1/29/2024
2.1.38 190 1/28/2024
2.1.37 104 1/28/2024
2.1.36 178 1/28/2024
2.1.35 138 1/28/2024
2.1.34 95 1/28/2024
2.1.33 265 1/28/2024
2.1.32 135 1/28/2024
2.1.31 100 1/27/2024
2.1.30 266 1/27/2024
2.1.29 96 1/27/2024
2.1.28 132 1/27/2024
2.1.27 139 1/27/2024
2.1.26 93 1/27/2024
2.1.25 98 1/27/2024
2.1.24 311 1/27/2024
2.1.23 99 1/26/2024
2.1.22 178 1/26/2024
2.1.21 146 1/26/2024
2.1.20 167 1/26/2024
2.1.19 93 1/26/2024
2.1.18 281 1/26/2024
2.1.17 95 1/26/2024
2.1.16 102 1/26/2024
2.1.15 227 1/25/2024
2.1.14 96 1/25/2024
2.1.13 240 1/25/2024
2.1.12 94 1/25/2024
2.1.11 155 1/25/2024
2.1.10 96 1/25/2024
2.1.9 208 1/19/2024
2.1.8 165 1/19/2024
2.1.7 164 1/19/2024
2.1.6 102 1/19/2024
2.1.5 411 1/16/2024
2.1.4 118 1/16/2024
2.1.3 340 1/14/2024
2.1.2 219 1/13/2024
2.1.1 105 1/13/2024