Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.264

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

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

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.281 22 5/1/2024
2.1.280 32 5/1/2024
2.1.279 499 4/28/2024
2.1.278 115 4/28/2024
2.1.277 113 4/28/2024
2.1.276 68 4/28/2024
2.1.275 68 4/28/2024
2.1.274 68 4/28/2024
2.1.273 65 4/27/2024
2.1.272 348 4/27/2024
2.1.271 174 4/20/2024
2.1.270 161 4/20/2024
2.1.269 69 4/19/2024
2.1.268 67 4/19/2024
2.1.267 294 4/19/2024
2.1.266 175 4/19/2024
2.1.265 145 4/19/2024
2.1.264 115 4/18/2024
2.1.263 318 4/13/2024
2.1.262 104 4/13/2024
2.1.261 130 4/13/2024
2.1.260 73 4/13/2024
2.1.259 193 4/12/2024
2.1.258 69 4/12/2024
2.1.257 310 4/12/2024
2.1.256 71 4/12/2024
2.1.255 69 4/12/2024
2.1.254 75 4/12/2024
2.1.253 73 4/12/2024
2.1.252 295 4/12/2024
2.1.251 64 4/12/2024
2.1.250 267 4/10/2024
2.1.249 68 4/10/2024
2.1.248 68 4/10/2024
2.1.247 288 4/10/2024
2.1.246 69 4/10/2024
2.1.245 177 4/9/2024
2.1.244 342 4/3/2024
2.1.243 137 4/2/2024
2.1.242 177 4/2/2024
2.1.241 165 4/2/2024
2.1.240 84 4/1/2024
2.1.239 419 3/30/2024
2.1.238 126 3/29/2024
2.1.237 55 3/29/2024
2.1.236 316 3/25/2024
2.1.235 83 3/25/2024
2.1.234 78 3/25/2024
2.1.233 200 3/25/2024
2.1.232 77 3/25/2024
2.1.231 78 3/25/2024
2.1.230 301 3/21/2024
2.1.229 82 3/21/2024
2.1.228 217 3/21/2024
2.1.227 83 3/20/2024
2.1.226 298 3/20/2024
2.1.225 81 3/19/2024
2.1.224 82 3/19/2024
2.1.223 71 3/19/2024
2.1.222 257 3/19/2024
2.1.221 72 3/19/2024
2.1.220 83 3/19/2024
2.1.219 236 3/19/2024
2.1.218 172 3/19/2024
2.1.217 86 3/18/2024
2.1.216 272 3/16/2024
2.1.215 77 3/16/2024
2.1.214 205 3/16/2024
2.1.213 80 3/16/2024
2.1.212 190 3/15/2024
2.1.211 86 3/15/2024
2.1.210 180 3/14/2024
2.1.209 71 3/13/2024
2.1.208 182 3/13/2024
2.1.207 76 3/13/2024
2.1.206 86 3/13/2024
2.1.205 71 3/13/2024
2.1.204 387 3/13/2024
2.1.203 189 3/13/2024
2.1.202 69 3/13/2024
2.1.201 75 3/12/2024
2.1.200 71 3/12/2024
2.1.199 70 3/12/2024
2.1.198 263 3/12/2024
2.1.197 72 3/12/2024
2.1.196 81 3/12/2024
2.1.195 294 3/11/2024
2.1.194 203 3/11/2024
2.1.193 68 3/11/2024
2.1.192 68 3/11/2024
2.1.191 291 3/10/2024
2.1.190 80 3/10/2024
2.1.189 77 3/10/2024
2.1.188 285 3/10/2024
2.1.187 178 3/9/2024
2.1.186 80 3/9/2024
2.1.185 75 3/8/2024
2.1.184 78 3/8/2024
2.1.183 70 3/8/2024
2.1.182 71 3/8/2024
2.1.181 329 3/8/2024
2.1.180 76 3/8/2024
2.1.179 275 3/6/2024
2.1.178 160 3/6/2024
2.1.177 82 3/6/2024
2.1.176 283 3/4/2024
2.1.175 145 3/4/2024
2.1.174 85 3/4/2024
2.1.173 71 3/4/2024
2.1.172 80 3/4/2024
2.1.171 187 3/4/2024
2.1.170 159 3/3/2024
2.1.169 126 3/3/2024
2.1.168 116 3/3/2024
2.1.167 83 3/3/2024
2.1.166 73 3/2/2024
2.1.165 140 3/2/2024
2.1.164 114 3/2/2024
2.1.163 80 3/2/2024
2.1.162 214 3/2/2024
2.1.161 78 3/2/2024
2.1.160 169 3/1/2024
2.1.159 73 2/29/2024
2.1.158 78 2/29/2024
2.1.157 76 2/29/2024
2.1.156 74 2/29/2024
2.1.155 263 2/29/2024
2.1.154 74 2/29/2024
2.1.153 173 2/27/2024
2.1.152 137 2/26/2024
2.1.151 97 2/26/2024
2.1.150 155 2/25/2024
2.1.149 114 2/25/2024
2.1.148 75 2/25/2024
2.1.147 71 2/25/2024
2.1.146 77 2/25/2024
2.1.145 227 2/24/2024
2.1.144 81 2/24/2024
2.1.143 88 2/24/2024
2.1.142 77 2/23/2024
2.1.141 77 2/23/2024
2.1.140 268 2/22/2024
2.1.139 91 2/22/2024
2.1.138 76 2/22/2024
2.1.137 167 2/22/2024
2.1.136 86 2/22/2024
2.1.135 160 2/22/2024
2.1.134 81 2/21/2024
2.1.133 83 2/21/2024
2.1.132 83 2/21/2024
2.1.131 207 2/21/2024
2.1.130 82 2/21/2024
2.1.129 171 2/21/2024
2.1.128 86 2/21/2024
2.1.127 82 2/21/2024
2.1.126 80 2/21/2024
2.1.125 209 2/20/2024
2.1.124 73 2/20/2024
2.1.123 160 2/20/2024
2.1.122 78 2/20/2024
2.1.121 155 2/20/2024
2.1.120 80 2/20/2024
2.1.119 75 2/20/2024
2.1.118 75 2/19/2024
2.1.117 73 2/19/2024
2.1.116 73 2/19/2024
2.1.115 260 2/19/2024
2.1.114 143 2/19/2024
2.1.113 95 2/17/2024
2.1.112 58 2/17/2024
2.1.111 72 2/17/2024
2.1.110 213 2/17/2024
2.1.109 107 2/16/2024
2.1.108 71 2/16/2024
2.1.107 68 2/16/2024
2.1.106 188 2/16/2024
2.1.105 71 2/16/2024
2.1.104 69 2/16/2024
2.1.103 122 2/16/2024
2.1.102 166 2/14/2024
2.1.101 72 2/14/2024
2.1.100 85 2/14/2024
2.1.99 80 2/14/2024
2.1.98 218 2/13/2024
2.1.97 77 2/13/2024
2.1.96 79 2/13/2024
2.1.95 72 2/13/2024
2.1.94 171 2/13/2024
2.1.93 129 2/13/2024
2.1.92 105 2/13/2024
2.1.91 134 2/13/2024
2.1.90 121 2/12/2024
2.1.89 75 2/12/2024
2.1.88 160 2/12/2024
2.1.87 81 2/12/2024
2.1.86 166 2/11/2024
2.1.85 73 2/11/2024
2.1.84 147 2/11/2024
2.1.83 77 2/11/2024
2.1.82 73 2/11/2024
2.1.81 197 2/11/2024
2.1.80 135 2/10/2024
2.1.79 78 2/10/2024
2.1.78 154 2/10/2024
2.1.77 122 2/10/2024
2.1.76 82 2/10/2024
2.1.75 180 2/9/2024
2.1.74 127 2/9/2024
2.1.73 73 2/9/2024
2.1.72 211 2/9/2024
2.1.71 81 2/9/2024
2.1.70 82 2/8/2024
2.1.69 80 2/8/2024
2.1.68 220 2/8/2024
2.1.67 78 2/8/2024
2.1.66 82 2/8/2024
2.1.65 261 2/7/2024
2.1.64 135 2/7/2024
2.1.63 79 2/7/2024
2.1.62 79 2/7/2024
2.1.61 119 2/7/2024
2.1.60 142 2/7/2024
2.1.59 79 2/7/2024
2.1.58 87 2/6/2024
2.1.57 87 2/6/2024
2.1.56 80 2/6/2024
2.1.55 285 2/5/2024
2.1.54 77 2/5/2024
2.1.53 136 2/5/2024
2.1.52 167 2/4/2024
2.1.51 69 2/4/2024
2.1.50 162 2/4/2024
2.1.49 127 2/3/2024
2.1.48 215 2/3/2024
2.1.47 113 1/31/2024
2.1.46 70 1/31/2024
2.1.45 74 1/31/2024
2.1.44 72 1/31/2024
2.1.43 279 1/30/2024
2.1.42 76 1/30/2024
2.1.41 135 1/30/2024
2.1.40 99 1/30/2024
2.1.39 63 1/29/2024
2.1.38 198 1/29/2024
2.1.37 77 1/29/2024
2.1.36 72 1/29/2024
2.1.35 74 1/29/2024
2.1.34 75 1/29/2024
2.1.33 293 1/28/2024
2.1.32 74 1/28/2024
2.1.31 77 1/28/2024
2.1.30 72 1/28/2024
2.1.29 73 1/28/2024
2.1.28 76 1/28/2024
2.1.27 288 1/27/2024
2.1.26 73 1/27/2024
2.1.25 224 1/27/2024
2.1.24 74 1/27/2024
2.1.23 180 1/27/2024
2.1.22 98 1/27/2024
2.1.21 137 1/26/2024
2.1.20 72 1/26/2024
2.1.19 94 1/26/2024
2.1.18 140 1/26/2024
2.1.17 191 1/26/2024
2.1.16 75 1/26/2024
2.1.15 76 1/26/2024
2.1.14 159 1/25/2024
2.1.13 77 1/25/2024
2.1.12 143 1/25/2024
2.1.11 77 1/25/2024
2.1.10 155 1/25/2024
2.1.9 71 1/25/2024
2.1.8 159 1/19/2024
2.1.7 151 1/19/2024
2.1.6 72 1/19/2024
2.1.5 174 1/17/2024
2.1.4 99 1/17/2024
2.1.3 232 1/15/2024
2.1.2 271 1/13/2024
2.1.1 88 1/13/2024