Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.271

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

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

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 51 5/1/2024
2.1.280 45 5/1/2024
2.1.279 693 4/28/2024
2.1.278 127 4/28/2024
2.1.277 125 4/28/2024
2.1.276 71 4/28/2024
2.1.275 71 4/28/2024
2.1.274 71 4/28/2024
2.1.273 68 4/27/2024
2.1.272 419 4/27/2024
2.1.271 188 4/20/2024
2.1.270 164 4/20/2024
2.1.269 72 4/19/2024
2.1.268 70 4/19/2024
2.1.267 297 4/19/2024
2.1.266 178 4/19/2024
2.1.265 148 4/19/2024
2.1.264 118 4/18/2024
2.1.263 320 4/13/2024
2.1.262 106 4/13/2024
2.1.261 132 4/13/2024
2.1.260 75 4/13/2024
2.1.259 195 4/12/2024
2.1.258 71 4/12/2024
2.1.257 312 4/12/2024
2.1.256 73 4/12/2024
2.1.255 71 4/12/2024
2.1.254 77 4/12/2024
2.1.253 75 4/12/2024
2.1.252 297 4/12/2024
2.1.251 66 4/12/2024
2.1.250 269 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 421 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 238 3/19/2024
2.1.218 174 3/19/2024
2.1.217 88 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 118 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 82 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 75 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 109 2/16/2024
2.1.108 73 2/16/2024
2.1.107 70 2/16/2024
2.1.106 190 2/16/2024
2.1.105 73 2/16/2024
2.1.104 71 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 81 2/7/2024
2.1.61 121 2/7/2024
2.1.60 144 2/7/2024
2.1.59 81 2/7/2024
2.1.58 89 2/6/2024
2.1.57 89 2/6/2024
2.1.56 82 2/6/2024
2.1.55 287 2/5/2024
2.1.54 79 2/5/2024
2.1.53 138 2/5/2024
2.1.52 169 2/4/2024
2.1.51 71 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 115 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 226 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 77 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 161 1/19/2024
2.1.7 153 1/19/2024
2.1.6 74 1/19/2024
2.1.5 176 1/17/2024
2.1.4 101 1/17/2024
2.1.3 234 1/15/2024
2.1.2 273 1/13/2024
2.1.1 90 1/13/2024