Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.290

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. 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.290
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 2.1.290
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.290" />
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.290
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 2.1.290"
#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.290

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

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.359 44 6/16/2024
2.1.358 47 6/15/2024
2.1.357 34 6/15/2024
2.1.356 108 6/15/2024
2.1.355 44 6/15/2024
2.1.354 35 6/15/2024
2.1.353 117 6/15/2024
2.1.352 62 6/15/2024
2.1.351 79 6/15/2024
2.1.350 47 6/14/2024
2.1.349 233 6/4/2024
2.1.348 152 6/4/2024
2.1.347 295 6/2/2024
2.1.346 201 6/1/2024
2.1.345 72 6/1/2024
2.1.344 70 6/1/2024
2.1.343 68 6/1/2024
2.1.342 330 6/1/2024
2.1.341 69 6/1/2024
2.1.340 66 6/1/2024
2.1.339 233 5/31/2024
2.1.338 72 5/31/2024
2.1.337 64 5/31/2024
2.1.336 76 5/31/2024
2.1.335 366 5/29/2024
2.1.334 57 5/29/2024
2.1.333 199 5/29/2024
2.1.332 128 5/29/2024
2.1.331 171 5/28/2024
2.1.330 139 5/28/2024
2.1.329 177 5/28/2024
2.1.328 64 5/28/2024
2.1.327 67 5/28/2024
2.1.326 246 5/28/2024
2.1.325 148 5/27/2024
2.1.324 186 5/27/2024
2.1.323 64 5/27/2024
2.1.322 134 5/26/2024
2.1.321 177 5/26/2024
2.1.320 225 5/26/2024
2.1.319 73 5/26/2024
2.1.318 64 5/26/2024
2.1.317 203 5/26/2024
2.1.316 71 5/26/2024
2.1.315 69 5/25/2024
2.1.314 73 5/25/2024
2.1.313 66 5/25/2024
2.1.312 295 5/25/2024
2.1.311 69 5/25/2024
2.1.310 351 5/25/2024
2.1.309 164 5/23/2024
2.1.308 114 5/23/2024
2.1.307 69 5/23/2024
2.1.306 227 5/23/2024
2.1.305 66 5/23/2024
2.1.304 69 5/23/2024
2.1.303 181 5/23/2024
2.1.302 202 5/22/2024
2.1.301 69 5/22/2024
2.1.300 166 5/22/2024
2.1.299 64 5/22/2024
2.1.298 246 5/18/2024
2.1.297 72 5/18/2024
2.1.296 144 5/18/2024
2.1.295 85 5/18/2024
2.1.294 133 5/17/2024
2.1.293 86 5/17/2024
2.1.292 229 5/17/2024
2.1.291 144 5/17/2024
2.1.290 117 5/16/2024
2.1.289 84 5/16/2024
2.1.288 85 5/16/2024
2.1.287 219 5/15/2024
2.1.286 74 5/15/2024
2.1.285 79 5/14/2024
2.1.284 291 5/13/2024
2.1.283 58 5/13/2024
2.1.282 57 5/13/2024
2.1.281 287 5/1/2024
2.1.280 85 5/1/2024
2.1.279 722 4/28/2024
2.1.278 130 4/28/2024
2.1.277 128 4/28/2024
2.1.276 74 4/28/2024
2.1.275 74 4/28/2024
2.1.274 75 4/28/2024
2.1.273 71 4/27/2024
2.1.272 422 4/27/2024
2.1.271 189 4/20/2024
2.1.270 171 4/20/2024
2.1.269 73 4/19/2024
2.1.268 71 4/19/2024
2.1.267 298 4/19/2024
2.1.266 184 4/19/2024
2.1.265 149 4/19/2024
2.1.264 125 4/18/2024
2.1.263 321 4/13/2024
2.1.262 107 4/13/2024
2.1.261 133 4/13/2024
2.1.260 76 4/13/2024
2.1.259 202 4/12/2024
2.1.258 72 4/12/2024
2.1.257 313 4/12/2024
2.1.256 74 4/12/2024
2.1.255 72 4/12/2024
2.1.254 78 4/12/2024
2.1.253 76 4/12/2024
2.1.252 297 4/12/2024
2.1.251 66 4/12/2024
2.1.250 280 4/10/2024
2.1.249 70 4/10/2024
2.1.248 70 4/10/2024
2.1.247 290 4/10/2024
2.1.246 71 4/10/2024
2.1.245 179 4/9/2024
2.1.244 344 4/3/2024
2.1.243 139 4/2/2024
2.1.242 179 4/2/2024
2.1.241 167 4/2/2024
2.1.240 86 4/1/2024
2.1.239 422 3/30/2024
2.1.238 128 3/29/2024
2.1.237 57 3/29/2024
2.1.236 318 3/25/2024
2.1.235 85 3/25/2024
2.1.234 80 3/25/2024
2.1.233 202 3/25/2024
2.1.232 79 3/25/2024
2.1.231 80 3/25/2024
2.1.230 303 3/21/2024
2.1.229 84 3/21/2024
2.1.228 219 3/21/2024
2.1.227 85 3/20/2024
2.1.226 300 3/20/2024
2.1.225 83 3/19/2024
2.1.224 84 3/19/2024
2.1.223 73 3/19/2024
2.1.222 259 3/19/2024
2.1.221 74 3/19/2024
2.1.220 85 3/19/2024
2.1.219 243 3/19/2024
2.1.218 175 3/19/2024
2.1.217 94 3/18/2024
2.1.216 274 3/16/2024
2.1.215 79 3/16/2024
2.1.214 207 3/16/2024
2.1.213 82 3/16/2024
2.1.212 192 3/15/2024
2.1.211 88 3/15/2024
2.1.210 180 3/14/2024
2.1.209 71 3/13/2024
2.1.208 184 3/13/2024
2.1.207 78 3/13/2024
2.1.206 88 3/13/2024
2.1.205 73 3/13/2024
2.1.204 389 3/13/2024
2.1.203 191 3/13/2024
2.1.202 71 3/13/2024
2.1.201 77 3/12/2024
2.1.200 73 3/12/2024
2.1.199 72 3/12/2024
2.1.198 265 3/12/2024
2.1.197 74 3/12/2024
2.1.196 83 3/12/2024
2.1.195 296 3/11/2024
2.1.194 205 3/11/2024
2.1.193 70 3/11/2024
2.1.192 70 3/11/2024
2.1.191 293 3/10/2024
2.1.190 82 3/10/2024
2.1.189 79 3/10/2024
2.1.188 287 3/10/2024
2.1.187 180 3/9/2024
2.1.186 82 3/9/2024
2.1.185 77 3/8/2024
2.1.184 80 3/8/2024
2.1.183 72 3/8/2024
2.1.182 73 3/8/2024
2.1.181 331 3/8/2024
2.1.180 78 3/8/2024
2.1.179 277 3/6/2024
2.1.178 162 3/6/2024
2.1.177 84 3/6/2024
2.1.176 285 3/4/2024
2.1.175 147 3/4/2024
2.1.174 87 3/4/2024
2.1.173 73 3/4/2024
2.1.172 82 3/4/2024
2.1.171 189 3/4/2024
2.1.170 161 3/3/2024
2.1.169 128 3/3/2024
2.1.168 119 3/3/2024
2.1.167 85 3/3/2024
2.1.166 75 3/2/2024
2.1.165 142 3/2/2024
2.1.164 116 3/2/2024
2.1.163 84 3/2/2024
2.1.162 216 3/2/2024
2.1.161 80 3/2/2024
2.1.160 171 3/1/2024
2.1.159 76 2/29/2024
2.1.158 80 2/29/2024
2.1.157 78 2/29/2024
2.1.156 76 2/29/2024
2.1.155 265 2/29/2024
2.1.154 76 2/29/2024
2.1.153 175 2/27/2024
2.1.152 139 2/26/2024
2.1.151 99 2/26/2024
2.1.150 157 2/25/2024
2.1.149 116 2/25/2024
2.1.148 77 2/25/2024
2.1.147 73 2/25/2024
2.1.146 79 2/25/2024
2.1.145 229 2/24/2024
2.1.144 83 2/24/2024
2.1.143 90 2/24/2024
2.1.142 79 2/23/2024
2.1.141 79 2/23/2024
2.1.140 270 2/22/2024
2.1.139 93 2/22/2024
2.1.138 78 2/22/2024
2.1.137 169 2/22/2024
2.1.136 88 2/22/2024
2.1.135 162 2/22/2024
2.1.134 83 2/21/2024
2.1.133 85 2/21/2024
2.1.132 85 2/21/2024
2.1.131 209 2/21/2024
2.1.130 84 2/21/2024
2.1.129 173 2/21/2024
2.1.128 88 2/21/2024
2.1.127 84 2/21/2024
2.1.126 82 2/21/2024
2.1.125 211 2/20/2024
2.1.124 75 2/20/2024
2.1.123 162 2/20/2024
2.1.122 80 2/20/2024
2.1.121 157 2/20/2024
2.1.120 82 2/20/2024
2.1.119 77 2/20/2024
2.1.118 77 2/19/2024
2.1.117 75 2/19/2024
2.1.116 75 2/19/2024
2.1.115 262 2/19/2024
2.1.114 145 2/19/2024
2.1.113 97 2/17/2024
2.1.112 60 2/17/2024
2.1.111 74 2/17/2024
2.1.110 215 2/17/2024
2.1.109 110 2/16/2024
2.1.108 74 2/16/2024
2.1.107 71 2/16/2024
2.1.106 191 2/16/2024
2.1.105 74 2/16/2024
2.1.104 77 2/16/2024
2.1.103 124 2/16/2024
2.1.102 168 2/14/2024
2.1.101 74 2/14/2024
2.1.100 87 2/14/2024
2.1.99 82 2/14/2024
2.1.98 220 2/13/2024
2.1.97 79 2/13/2024
2.1.96 81 2/13/2024
2.1.95 74 2/13/2024
2.1.94 173 2/13/2024
2.1.93 131 2/13/2024
2.1.92 107 2/13/2024
2.1.91 136 2/13/2024
2.1.90 122 2/12/2024
2.1.89 77 2/12/2024
2.1.88 162 2/12/2024
2.1.87 83 2/12/2024
2.1.86 168 2/11/2024
2.1.85 75 2/11/2024
2.1.84 149 2/11/2024
2.1.83 78 2/11/2024
2.1.82 75 2/11/2024
2.1.81 199 2/11/2024
2.1.80 137 2/10/2024
2.1.79 80 2/10/2024
2.1.78 156 2/10/2024
2.1.77 124 2/10/2024
2.1.76 84 2/10/2024
2.1.75 181 2/9/2024
2.1.74 129 2/9/2024
2.1.73 75 2/9/2024
2.1.72 212 2/9/2024
2.1.71 83 2/9/2024
2.1.70 84 2/8/2024
2.1.69 82 2/8/2024
2.1.68 222 2/8/2024
2.1.67 80 2/8/2024
2.1.66 83 2/8/2024
2.1.65 262 2/7/2024
2.1.64 137 2/7/2024
2.1.63 81 2/7/2024
2.1.62 86 2/7/2024
2.1.61 121 2/7/2024
2.1.60 146 2/7/2024
2.1.59 82 2/7/2024
2.1.58 93 2/6/2024
2.1.57 91 2/6/2024
2.1.56 84 2/6/2024
2.1.55 288 2/5/2024
2.1.54 80 2/5/2024
2.1.53 139 2/5/2024
2.1.52 170 2/4/2024
2.1.51 72 2/4/2024
2.1.50 164 2/4/2024
2.1.49 129 2/3/2024
2.1.48 217 2/3/2024
2.1.47 116 1/31/2024
2.1.46 72 1/31/2024
2.1.45 76 1/31/2024
2.1.44 74 1/31/2024
2.1.43 281 1/30/2024
2.1.42 78 1/30/2024
2.1.41 137 1/30/2024
2.1.40 101 1/30/2024
2.1.39 65 1/29/2024
2.1.38 200 1/29/2024
2.1.37 79 1/29/2024
2.1.36 74 1/29/2024
2.1.35 76 1/29/2024
2.1.34 77 1/29/2024
2.1.33 295 1/28/2024
2.1.32 76 1/28/2024
2.1.31 79 1/28/2024
2.1.30 74 1/28/2024
2.1.29 75 1/28/2024
2.1.28 78 1/28/2024
2.1.27 290 1/27/2024
2.1.26 75 1/27/2024
2.1.25 231 1/27/2024
2.1.24 76 1/27/2024
2.1.23 182 1/27/2024
2.1.22 100 1/27/2024
2.1.21 139 1/26/2024
2.1.20 74 1/26/2024
2.1.19 96 1/26/2024
2.1.18 142 1/26/2024
2.1.17 193 1/26/2024
2.1.16 78 1/26/2024
2.1.15 78 1/26/2024
2.1.14 161 1/25/2024
2.1.13 79 1/25/2024
2.1.12 145 1/25/2024
2.1.11 79 1/25/2024
2.1.10 157 1/25/2024
2.1.9 73 1/25/2024
2.1.8 167 1/19/2024
2.1.7 153 1/19/2024
2.1.6 74 1/19/2024
2.1.5 179 1/17/2024
2.1.4 104 1/17/2024
2.1.3 234 1/15/2024
2.1.2 279 1/13/2024
2.1.1 90 1/13/2024