Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.361

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

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

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.365 131 6/27/2024
2.1.364 29 6/27/2024
2.1.363 28 6/27/2024
2.1.362 255 6/22/2024
2.1.361 68 6/22/2024
2.1.360 164 6/22/2024
2.1.359 234 6/16/2024
2.1.358 74 6/15/2024
2.1.357 63 6/15/2024
2.1.356 235 6/15/2024
2.1.355 69 6/15/2024
2.1.354 60 6/15/2024
2.1.353 246 6/15/2024
2.1.352 110 6/15/2024
2.1.351 144 6/15/2024
2.1.350 74 6/14/2024
2.1.349 330 6/4/2024
2.1.348 154 6/4/2024
2.1.347 297 6/2/2024
2.1.346 203 6/1/2024
2.1.345 74 6/1/2024
2.1.344 72 6/1/2024
2.1.343 70 6/1/2024
2.1.342 332 6/1/2024
2.1.341 71 6/1/2024
2.1.340 68 6/1/2024
2.1.339 235 5/31/2024
2.1.338 73 5/31/2024
2.1.337 65 5/31/2024
2.1.336 77 5/31/2024
2.1.335 367 5/29/2024
2.1.334 58 5/29/2024
2.1.333 200 5/29/2024
2.1.332 129 5/29/2024
2.1.331 172 5/28/2024
2.1.330 140 5/28/2024
2.1.329 178 5/28/2024
2.1.328 65 5/28/2024
2.1.327 68 5/28/2024
2.1.326 247 5/28/2024
2.1.325 149 5/27/2024
2.1.324 187 5/27/2024
2.1.323 65 5/27/2024
2.1.322 135 5/26/2024
2.1.321 178 5/26/2024
2.1.320 226 5/26/2024
2.1.319 74 5/26/2024
2.1.318 65 5/26/2024
2.1.317 204 5/26/2024
2.1.316 72 5/26/2024
2.1.315 70 5/25/2024
2.1.314 74 5/25/2024
2.1.313 67 5/25/2024
2.1.312 296 5/25/2024
2.1.311 70 5/25/2024
2.1.310 352 5/25/2024
2.1.309 165 5/23/2024
2.1.308 115 5/23/2024
2.1.307 70 5/23/2024
2.1.306 228 5/23/2024
2.1.305 67 5/23/2024
2.1.304 70 5/23/2024
2.1.303 182 5/23/2024
2.1.302 203 5/22/2024
2.1.301 70 5/22/2024
2.1.300 167 5/22/2024
2.1.299 65 5/22/2024
2.1.298 247 5/18/2024
2.1.297 73 5/18/2024
2.1.296 145 5/18/2024
2.1.295 86 5/18/2024
2.1.294 134 5/17/2024
2.1.293 87 5/17/2024
2.1.292 230 5/17/2024
2.1.291 145 5/17/2024
2.1.290 118 5/16/2024
2.1.289 85 5/16/2024
2.1.288 86 5/16/2024
2.1.287 221 5/15/2024
2.1.286 75 5/15/2024
2.1.285 80 5/14/2024
2.1.284 292 5/13/2024
2.1.283 59 5/13/2024
2.1.282 58 5/13/2024
2.1.281 288 5/1/2024
2.1.280 86 5/1/2024
2.1.279 735 4/28/2024
2.1.278 131 4/28/2024
2.1.277 129 4/28/2024
2.1.276 75 4/28/2024
2.1.275 75 4/28/2024
2.1.274 76 4/28/2024
2.1.273 72 4/27/2024
2.1.272 423 4/27/2024
2.1.271 190 4/20/2024
2.1.270 172 4/20/2024
2.1.269 74 4/19/2024
2.1.268 72 4/19/2024
2.1.267 299 4/19/2024
2.1.266 185 4/19/2024
2.1.265 150 4/19/2024
2.1.264 126 4/18/2024
2.1.263 322 4/13/2024
2.1.262 108 4/13/2024
2.1.261 134 4/13/2024
2.1.260 77 4/13/2024
2.1.259 203 4/12/2024
2.1.258 73 4/12/2024
2.1.257 314 4/12/2024
2.1.256 75 4/12/2024
2.1.255 73 4/12/2024
2.1.254 79 4/12/2024
2.1.253 77 4/12/2024
2.1.252 298 4/12/2024
2.1.251 67 4/12/2024
2.1.250 310 4/10/2024
2.1.249 71 4/10/2024
2.1.248 71 4/10/2024
2.1.247 291 4/10/2024
2.1.246 72 4/10/2024
2.1.245 180 4/9/2024
2.1.244 345 4/3/2024
2.1.243 140 4/2/2024
2.1.242 180 4/2/2024
2.1.241 168 4/2/2024
2.1.240 87 4/1/2024
2.1.239 424 3/30/2024
2.1.238 129 3/29/2024
2.1.237 58 3/29/2024
2.1.236 320 3/25/2024
2.1.235 86 3/25/2024
2.1.234 81 3/25/2024
2.1.233 203 3/25/2024
2.1.232 80 3/25/2024
2.1.231 81 3/25/2024
2.1.230 304 3/21/2024
2.1.229 85 3/21/2024
2.1.228 220 3/21/2024
2.1.227 86 3/20/2024
2.1.226 301 3/20/2024
2.1.225 84 3/19/2024
2.1.224 85 3/19/2024
2.1.223 74 3/19/2024
2.1.222 260 3/19/2024
2.1.221 75 3/19/2024
2.1.220 86 3/19/2024
2.1.219 244 3/19/2024
2.1.218 176 3/19/2024
2.1.217 95 3/18/2024
2.1.216 275 3/16/2024
2.1.215 80 3/16/2024
2.1.214 208 3/16/2024
2.1.213 83 3/16/2024
2.1.212 193 3/15/2024
2.1.211 89 3/15/2024
2.1.210 181 3/14/2024
2.1.209 72 3/13/2024
2.1.208 185 3/13/2024
2.1.207 79 3/13/2024
2.1.206 89 3/13/2024
2.1.205 74 3/13/2024
2.1.204 390 3/13/2024
2.1.203 192 3/13/2024
2.1.202 72 3/13/2024
2.1.201 78 3/12/2024
2.1.200 74 3/12/2024
2.1.199 73 3/12/2024
2.1.198 266 3/12/2024
2.1.197 75 3/12/2024
2.1.196 84 3/12/2024
2.1.195 297 3/11/2024
2.1.194 206 3/11/2024
2.1.193 71 3/11/2024
2.1.192 71 3/11/2024
2.1.191 294 3/10/2024
2.1.190 83 3/10/2024
2.1.189 80 3/10/2024
2.1.188 288 3/10/2024
2.1.187 181 3/9/2024
2.1.186 83 3/9/2024
2.1.185 78 3/8/2024
2.1.184 81 3/8/2024
2.1.183 73 3/8/2024
2.1.182 74 3/8/2024
2.1.181 332 3/8/2024
2.1.180 79 3/8/2024
2.1.179 278 3/6/2024
2.1.178 163 3/6/2024
2.1.177 85 3/6/2024
2.1.176 286 3/4/2024
2.1.175 148 3/4/2024
2.1.174 88 3/4/2024
2.1.173 74 3/4/2024
2.1.172 83 3/4/2024
2.1.171 190 3/4/2024
2.1.170 162 3/3/2024
2.1.169 129 3/3/2024
2.1.168 120 3/3/2024
2.1.167 86 3/3/2024
2.1.166 76 3/2/2024
2.1.165 143 3/2/2024
2.1.164 117 3/2/2024
2.1.163 85 3/2/2024
2.1.162 217 3/2/2024
2.1.161 81 3/2/2024
2.1.160 172 3/1/2024
2.1.159 77 2/29/2024
2.1.158 81 2/29/2024
2.1.157 79 2/29/2024
2.1.156 77 2/29/2024
2.1.155 266 2/29/2024
2.1.154 77 2/29/2024
2.1.153 176 2/27/2024
2.1.152 140 2/26/2024
2.1.151 100 2/26/2024
2.1.150 158 2/25/2024
2.1.149 117 2/25/2024
2.1.148 78 2/25/2024
2.1.147 74 2/25/2024
2.1.146 80 2/25/2024
2.1.145 230 2/24/2024
2.1.144 84 2/24/2024
2.1.143 91 2/24/2024
2.1.142 80 2/23/2024
2.1.141 80 2/23/2024
2.1.140 271 2/22/2024
2.1.139 94 2/22/2024
2.1.138 79 2/22/2024
2.1.137 170 2/22/2024
2.1.136 89 2/22/2024
2.1.135 163 2/22/2024
2.1.134 84 2/21/2024
2.1.133 86 2/21/2024
2.1.132 86 2/21/2024
2.1.131 210 2/21/2024
2.1.130 85 2/21/2024
2.1.129 174 2/21/2024
2.1.128 89 2/21/2024
2.1.127 85 2/21/2024
2.1.126 83 2/21/2024
2.1.125 212 2/20/2024
2.1.124 76 2/20/2024
2.1.123 163 2/20/2024
2.1.122 81 2/20/2024
2.1.121 158 2/20/2024
2.1.120 83 2/20/2024
2.1.119 78 2/20/2024
2.1.118 78 2/19/2024
2.1.117 76 2/19/2024
2.1.116 76 2/19/2024
2.1.115 263 2/19/2024
2.1.114 146 2/19/2024
2.1.113 98 2/17/2024
2.1.112 61 2/17/2024
2.1.111 75 2/17/2024
2.1.110 216 2/17/2024
2.1.109 111 2/16/2024
2.1.108 75 2/16/2024
2.1.107 72 2/16/2024
2.1.106 192 2/16/2024
2.1.105 75 2/16/2024
2.1.104 78 2/16/2024
2.1.103 125 2/16/2024
2.1.102 169 2/14/2024
2.1.101 75 2/14/2024
2.1.100 88 2/14/2024
2.1.99 83 2/14/2024
2.1.98 221 2/13/2024
2.1.97 80 2/13/2024
2.1.96 82 2/13/2024
2.1.95 75 2/13/2024
2.1.94 174 2/13/2024
2.1.93 132 2/13/2024
2.1.92 108 2/13/2024
2.1.91 137 2/13/2024
2.1.90 123 2/12/2024
2.1.89 78 2/12/2024
2.1.88 163 2/12/2024
2.1.87 84 2/12/2024
2.1.86 169 2/11/2024
2.1.85 76 2/11/2024
2.1.84 150 2/11/2024
2.1.83 79 2/11/2024
2.1.82 76 2/11/2024
2.1.81 200 2/11/2024
2.1.80 138 2/10/2024
2.1.79 81 2/10/2024
2.1.78 157 2/10/2024
2.1.77 125 2/10/2024
2.1.76 85 2/10/2024
2.1.75 182 2/9/2024
2.1.74 130 2/9/2024
2.1.73 76 2/9/2024
2.1.72 213 2/9/2024
2.1.71 84 2/9/2024
2.1.70 85 2/8/2024
2.1.69 83 2/8/2024
2.1.68 223 2/8/2024
2.1.67 81 2/8/2024
2.1.66 84 2/8/2024
2.1.65 263 2/7/2024
2.1.64 138 2/7/2024
2.1.63 82 2/7/2024
2.1.62 87 2/7/2024
2.1.61 122 2/7/2024
2.1.60 147 2/7/2024
2.1.59 83 2/7/2024
2.1.58 94 2/6/2024
2.1.57 92 2/6/2024
2.1.56 85 2/6/2024
2.1.55 289 2/5/2024
2.1.54 81 2/5/2024
2.1.53 140 2/5/2024
2.1.52 171 2/4/2024
2.1.51 73 2/4/2024
2.1.50 165 2/4/2024
2.1.49 130 2/3/2024
2.1.48 218 2/3/2024
2.1.47 117 1/31/2024
2.1.46 73 1/31/2024
2.1.45 77 1/31/2024
2.1.44 75 1/31/2024
2.1.43 282 1/30/2024
2.1.42 79 1/30/2024
2.1.41 138 1/30/2024
2.1.40 102 1/30/2024
2.1.39 66 1/29/2024
2.1.38 201 1/29/2024
2.1.37 80 1/29/2024
2.1.36 75 1/29/2024
2.1.35 77 1/29/2024
2.1.34 78 1/29/2024
2.1.33 296 1/28/2024
2.1.32 77 1/28/2024
2.1.31 80 1/28/2024
2.1.30 75 1/28/2024
2.1.29 76 1/28/2024
2.1.28 79 1/28/2024
2.1.27 291 1/27/2024
2.1.26 76 1/27/2024
2.1.25 232 1/27/2024
2.1.24 77 1/27/2024
2.1.23 183 1/27/2024
2.1.22 101 1/27/2024
2.1.21 140 1/26/2024
2.1.20 75 1/26/2024
2.1.19 97 1/26/2024
2.1.18 143 1/26/2024
2.1.17 194 1/26/2024
2.1.16 79 1/26/2024
2.1.15 79 1/26/2024
2.1.14 162 1/25/2024
2.1.13 80 1/25/2024
2.1.12 146 1/25/2024
2.1.11 80 1/25/2024
2.1.10 158 1/25/2024
2.1.9 74 1/25/2024
2.1.8 168 1/19/2024
2.1.7 154 1/19/2024
2.1.6 75 1/19/2024
2.1.5 180 1/17/2024
2.1.4 105 1/17/2024
2.1.3 235 1/15/2024
2.1.2 280 1/13/2024
2.1.1 91 1/13/2024