Soenneker.Blazor.Utils.BlazorInvoker 2.1.280

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

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

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.535 77 9/27/2024
2.1.534 43 9/27/2024
2.1.533 166 9/27/2024
2.1.532 81 9/27/2024
2.1.531 104 9/27/2024
2.1.530 93 9/27/2024
2.1.529 108 9/26/2024
2.1.528 125 9/26/2024
2.1.527 170 9/26/2024
2.1.526 100 9/26/2024
2.1.525 101 9/26/2024
2.1.524 145 9/26/2024
2.1.523 89 9/26/2024
2.1.522 248 9/23/2024
2.1.521 251 9/23/2024
2.1.520 155 9/23/2024
2.1.519 244 9/23/2024
2.1.518 66 9/23/2024
2.1.517 202 9/23/2024
2.1.516 395 9/23/2024
2.1.515 228 9/23/2024
2.1.514 266 9/23/2024
2.1.513 63 9/23/2024
2.1.512 66 9/23/2024
2.1.511 446 9/18/2024
2.1.510 178 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 980 9/16/2024
2.1.496 170 9/16/2024
2.1.495 216 9/16/2024
2.1.494 209 9/12/2024
2.1.493 81 9/12/2024
2.1.492 85 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,450 9/10/2024
2.1.481 264 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,173 9/9/2024
2.1.471 433 9/7/2024
2.1.470 79 9/7/2024
2.1.469 183 9/7/2024
2.1.468 450 9/6/2024
2.1.467 234 9/6/2024
2.1.466 264 9/6/2024
2.1.465 211 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 416 9/5/2024
2.1.460 62 9/5/2024
2.1.459 252 9/5/2024
2.1.458 255 9/4/2024
2.1.457 78 9/4/2024
2.1.456 400 9/4/2024
2.1.455 250 9/3/2024
2.1.454 250 9/3/2024
2.1.453 72 9/3/2024
2.1.452 161 9/3/2024
2.1.451 194 9/3/2024
2.1.450 179 9/3/2024
2.1.449 302 8/29/2024
2.1.448 197 8/29/2024
2.1.447 197 8/29/2024
2.1.446 392 8/26/2024
2.1.445 200 8/26/2024
2.1.444 261 8/26/2024
2.1.443 386 8/21/2024
2.1.442 271 8/21/2024
2.1.441 180 8/21/2024
2.1.440 87 8/21/2024
2.1.439 358 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 272 8/20/2024
2.1.434 199 8/20/2024
2.1.433 238 8/20/2024
2.1.432 109 8/19/2024
2.1.431 453 8/15/2024
2.1.430 222 8/15/2024
2.1.429 227 8/15/2024
2.1.428 377 8/14/2024
2.1.427 213 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 268 8/7/2024
2.1.422 334 8/7/2024
2.1.421 80 8/7/2024
2.1.420 143 8/6/2024
2.1.419 227 8/6/2024
2.1.418 302 8/1/2024
2.1.417 113 8/1/2024
2.1.416 248 8/1/2024
2.1.415 115 8/1/2024
2.1.414 462 7/25/2024
2.1.413 94 7/25/2024
2.1.412 130 7/25/2024
2.1.411 104 7/25/2024
2.1.410 125 7/25/2024
2.1.409 113 7/25/2024
2.1.408 113 7/25/2024
2.1.407 147 7/24/2024
2.1.406 64 7/24/2024
2.1.405 94 7/24/2024
2.1.404 301 7/20/2024
2.1.403 144 7/20/2024
2.1.402 325 7/20/2024
2.1.401 414 7/14/2024
2.1.400 272 7/14/2024
2.1.399 81 7/14/2024
2.1.398 227 7/14/2024
2.1.397 443 7/10/2024
2.1.396 82 7/10/2024
2.1.395 128 7/10/2024
2.1.394 215 7/10/2024
2.1.393 88 7/10/2024
2.1.392 279 7/10/2024
2.1.391 240 7/10/2024
2.1.390 231 7/10/2024
2.1.389 147 7/10/2024
2.1.388 80 7/10/2024
2.1.387 209 7/10/2024
2.1.386 186 7/9/2024
2.1.385 165 7/9/2024
2.1.384 71 7/9/2024
2.1.383 164 7/9/2024
2.1.382 199 7/9/2024
2.1.381 197 7/9/2024
2.1.380 69 7/9/2024
2.1.379 177 7/9/2024
2.1.378 72 7/9/2024
2.1.377 264 7/9/2024
2.1.376 208 7/9/2024
2.1.375 93 7/8/2024
2.1.374 234 7/8/2024
2.1.373 66 7/8/2024
2.1.372 314 7/8/2024
2.1.371 254 7/8/2024
2.1.370 302 7/7/2024
2.1.369 273 7/7/2024
2.1.368 93 7/7/2024
2.1.367 691 7/3/2024
2.1.366 83 7/3/2024
2.1.365 280 7/3/2024
2.1.364 179 7/3/2024
2.1.363 192 7/3/2024
2.1.362 495 6/27/2024
2.1.361 200 6/27/2024
2.1.360 87 6/27/2024
2.1.359 256 6/27/2024
2.1.358 395 6/22/2024
2.1.357 78 6/22/2024
2.1.356 235 6/22/2024
2.1.355 305 6/16/2024
2.1.354 221 6/15/2024
2.1.353 86 6/15/2024
2.1.352 200 6/15/2024
2.1.351 94 6/15/2024
2.1.350 229 6/15/2024
2.1.349 95 6/15/2024
2.1.348 96 6/15/2024
2.1.347 96 6/15/2024
2.1.346 386 6/14/2024
2.1.345 392 6/4/2024
2.1.344 208 6/4/2024
2.1.343 409 6/2/2024
2.1.342 224 6/1/2024
2.1.341 89 6/1/2024
2.1.340 173 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 352 5/31/2024
2.1.334 88 5/31/2024
2.1.333 191 5/31/2024
2.1.332 149 5/31/2024
2.1.331 272 5/29/2024
2.1.330 155 5/29/2024
2.1.329 398 5/28/2024
2.1.328 97 5/28/2024
2.1.327 250 5/28/2024
2.1.326 86 5/28/2024
2.1.325 209 5/28/2024
2.1.324 177 5/28/2024
2.1.323 91 5/28/2024
2.1.322 305 5/27/2024
2.1.321 271 5/27/2024
2.1.320 207 5/27/2024
2.1.319 102 5/26/2024
2.1.318 267 5/26/2024
2.1.317 194 5/26/2024
2.1.316 187 5/26/2024
2.1.315 105 5/26/2024
2.1.314 217 5/26/2024
2.1.313 287 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 289 5/25/2024
2.1.308 81 5/25/2024
2.1.307 301 5/23/2024
2.1.306 236 5/23/2024
2.1.305 148 5/23/2024
2.1.304 259 5/23/2024
2.1.303 105 5/23/2024
2.1.302 275 5/23/2024
2.1.301 105 5/22/2024
2.1.300 429 5/22/2024
2.1.299 106 5/22/2024
2.1.298 274 5/18/2024
2.1.297 83 5/18/2024
2.1.296 192 5/18/2024
2.1.295 88 5/18/2024
2.1.294 254 5/17/2024
2.1.293 197 5/17/2024
2.1.292 93 5/17/2024
2.1.291 93 5/16/2024
2.1.290 85 5/16/2024
2.1.289 320 5/15/2024
2.1.288 261 5/15/2024
2.1.287 115 5/15/2024
2.1.286 157 5/14/2024
2.1.285 312 5/13/2024
2.1.284 78 5/13/2024
2.1.283 186 5/13/2024
2.1.282 383 4/30/2024
2.1.281 263 4/30/2024
2.1.280 178 4/30/2024
2.1.279 320 4/30/2024
2.1.278 106 4/29/2024
2.1.277 106 4/29/2024
2.1.276 276 4/29/2024
2.1.275 213 4/29/2024
2.1.274 103 4/28/2024
2.1.273 157 4/28/2024
2.1.272 104 4/28/2024
2.1.271 105 4/28/2024
2.1.270 454 4/28/2024
2.1.269 160 4/28/2024
2.1.268 97 4/28/2024
2.1.267 227 4/28/2024
2.1.266 180 4/27/2024
2.1.265 110 4/27/2024
2.1.264 365 4/20/2024
2.1.263 248 4/20/2024
2.1.262 202 4/19/2024
2.1.261 226 4/19/2024
2.1.260 202 4/19/2024
2.1.259 228 4/19/2024
2.1.258 101 4/19/2024
2.1.257 459 4/13/2024
2.1.256 333 4/13/2024
2.1.255 96 4/13/2024
2.1.254 269 4/12/2024
2.1.253 135 4/12/2024
2.1.252 220 4/12/2024
2.1.251 223 4/12/2024
2.1.250 91 4/12/2024
2.1.249 213 4/12/2024
2.1.248 96 4/12/2024
2.1.247 336 4/12/2024
2.1.246 94 4/11/2024
2.1.245 559 4/10/2024
2.1.244 164 4/10/2024
2.1.243 186 4/10/2024
2.1.242 84 4/10/2024
2.1.241 318 4/10/2024
2.1.240 102 4/9/2024
2.1.239 454 4/3/2024
2.1.238 266 4/2/2024
2.1.237 224 4/2/2024
2.1.236 223 4/2/2024
2.1.235 112 4/1/2024
2.1.234 506 3/30/2024
2.1.233 206 3/29/2024
2.1.232 183 3/29/2024
2.1.231 316 3/25/2024
2.1.230 152 3/25/2024
2.1.229 145 3/25/2024
2.1.228 238 3/25/2024
2.1.227 168 3/25/2024
2.1.226 311 3/21/2024
2.1.225 194 3/21/2024
2.1.224 256 3/20/2024
2.1.223 346 3/20/2024
2.1.222 228 3/19/2024
2.1.221 108 3/19/2024
2.1.220 187 3/19/2024
2.1.219 272 3/19/2024
2.1.218 111 3/19/2024
2.1.217 269 3/19/2024
2.1.216 222 3/18/2024
2.1.215 351 3/16/2024
2.1.214 199 3/16/2024
2.1.213 229 3/16/2024
2.1.212 108 3/15/2024
2.1.211 320 3/14/2024
2.1.210 248 3/13/2024
2.1.209 182 3/13/2024
2.1.208 106 3/13/2024
2.1.207 214 3/13/2024
2.1.206 207 3/13/2024
2.1.205 179 3/13/2024
2.1.204 322 3/13/2024
2.1.203 121 3/13/2024
2.1.202 114 3/13/2024
2.1.201 259 3/12/2024
2.1.200 110 3/12/2024
2.1.199 115 3/12/2024
2.1.198 355 3/12/2024
2.1.197 193 3/12/2024
2.1.196 162 3/12/2024
2.1.195 240 3/11/2024
2.1.194 300 3/11/2024
2.1.193 166 3/11/2024
2.1.192 157 3/11/2024
2.1.191 299 3/10/2024
2.1.190 210 3/10/2024
2.1.189 198 3/10/2024
2.1.188 387 3/9/2024
2.1.187 118 3/8/2024
2.1.186 210 3/8/2024
2.1.185 150 3/8/2024
2.1.184 197 3/8/2024
2.1.183 269 3/8/2024
2.1.182 242 3/8/2024
2.1.181 245 3/6/2024
2.1.180 170 3/6/2024
2.1.179 224 3/6/2024
2.1.178 342 3/4/2024
2.1.177 176 3/4/2024
2.1.176 165 3/4/2024
2.1.175 109 3/4/2024
2.1.174 217 3/4/2024
2.1.173 174 3/4/2024
2.1.172 218 3/3/2024
2.1.171 105 3/3/2024
2.1.170 115 3/3/2024
2.1.169 219 3/3/2024
2.1.168 117 3/2/2024
2.1.167 104 3/2/2024
2.1.166 249 3/2/2024
2.1.165 98 3/2/2024
2.1.164 205 3/2/2024
2.1.163 104 3/2/2024
2.1.162 277 2/29/2024
2.1.161 184 2/29/2024
2.1.160 147 2/29/2024
2.1.159 135 2/29/2024
2.1.158 216 2/29/2024
2.1.157 200 2/27/2024
2.1.156 95 2/26/2024
2.1.155 174 2/26/2024
2.1.154 196 2/25/2024
2.1.153 155 2/25/2024
2.1.152 162 2/25/2024
2.1.151 145 2/25/2024
2.1.150 204 2/24/2024
2.1.149 138 2/24/2024
2.1.148 140 2/23/2024
2.1.147 141 2/23/2024
2.1.146 174 2/22/2024
2.1.145 104 2/22/2024
2.1.144 89 2/22/2024
2.1.143 196 2/22/2024
2.1.142 166 2/22/2024
2.1.141 167 2/22/2024
2.1.140 110 2/22/2024
2.1.139 192 2/21/2024
2.1.138 99 2/21/2024
2.1.137 176 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 254 2/21/2024
2.1.132 106 2/21/2024
2.1.131 108 2/21/2024
2.1.130 196 2/20/2024
2.1.129 128 2/20/2024
2.1.128 189 2/20/2024
2.1.127 156 2/20/2024
2.1.126 100 2/20/2024
2.1.125 194 2/20/2024
2.1.124 144 2/20/2024
2.1.123 143 2/19/2024
2.1.122 184 2/19/2024
2.1.121 101 2/19/2024
2.1.120 196 2/19/2024
2.1.119 105 2/19/2024
2.1.118 195 2/17/2024
2.1.117 169 2/17/2024
2.1.116 166 2/17/2024
2.1.115 163 2/17/2024
2.1.114 123 2/17/2024
2.1.113 238 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 256 2/16/2024
2.1.107 105 2/16/2024
2.1.106 107 2/16/2024
2.1.105 201 2/14/2024
2.1.104 160 2/14/2024
2.1.103 161 2/14/2024
2.1.102 115 2/14/2024
2.1.101 207 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 338 2/13/2024
2.1.94 198 2/12/2024
2.1.93 142 2/12/2024
2.1.92 177 2/12/2024
2.1.91 196 2/11/2024
2.1.90 104 2/11/2024
2.1.89 252 2/11/2024
2.1.88 110 2/11/2024
2.1.87 196 2/11/2024
2.1.86 169 2/10/2024
2.1.85 142 2/10/2024
2.1.84 158 2/10/2024
2.1.83 97 2/10/2024
2.1.82 96 2/10/2024
2.1.81 200 2/9/2024
2.1.80 182 2/9/2024
2.1.79 103 2/9/2024
2.1.78 103 2/9/2024
2.1.77 186 2/9/2024
2.1.76 172 2/9/2024
2.1.75 101 2/9/2024
2.1.74 185 2/8/2024
2.1.73 160 2/8/2024
2.1.72 202 2/8/2024
2.1.71 99 2/8/2024
2.1.70 132 2/8/2024
2.1.69 163 2/8/2024
2.1.68 174 2/7/2024
2.1.67 159 2/7/2024
2.1.66 94 2/7/2024
2.1.65 190 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 277 2/6/2024
2.1.60 104 2/6/2024
2.1.59 98 2/6/2024
2.1.58 277 2/5/2024
2.1.57 98 2/5/2024
2.1.56 283 2/4/2024
2.1.55 101 2/4/2024
2.1.54 103 2/4/2024
2.1.53 266 2/3/2024
2.1.52 155 2/3/2024
2.1.51 155 2/3/2024
2.1.50 280 1/31/2024
2.1.49 153 1/31/2024
2.1.48 95 1/31/2024
2.1.47 132 1/31/2024
2.1.46 240 1/30/2024
2.1.45 97 1/30/2024
2.1.44 197 1/30/2024
2.1.43 143 1/29/2024
2.1.42 93 1/29/2024
2.1.41 213 1/29/2024
2.1.40 160 1/29/2024
2.1.39 156 1/29/2024
2.1.38 178 1/28/2024
2.1.37 102 1/28/2024
2.1.36 175 1/28/2024
2.1.35 138 1/28/2024
2.1.34 95 1/28/2024
2.1.33 233 1/28/2024
2.1.32 135 1/28/2024
2.1.31 98 1/27/2024
2.1.30 237 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 270 1/27/2024
2.1.23 94 1/26/2024
2.1.22 168 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 243 1/26/2024
2.1.17 95 1/26/2024
2.1.16 99 1/26/2024
2.1.15 210 1/25/2024
2.1.14 96 1/25/2024
2.1.13 223 1/25/2024
2.1.12 94 1/25/2024
2.1.11 154 1/25/2024
2.1.10 96 1/25/2024
2.1.9 188 1/19/2024
2.1.8 156 1/19/2024
2.1.7 164 1/19/2024
2.1.6 102 1/19/2024
2.1.5 362 1/16/2024
2.1.4 115 1/16/2024
2.1.3 311 1/14/2024
2.1.2 193 1/13/2024
2.1.1 105 1/13/2024