Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.272

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

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

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.272 0 4/27/2024
2.1.271 146 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 174 4/19/2024
2.1.265 144 4/19/2024
2.1.264 114 4/18/2024
2.1.263 317 4/13/2024
2.1.262 103 4/13/2024
2.1.261 129 4/13/2024
2.1.260 72 4/13/2024
2.1.259 192 4/12/2024
2.1.258 68 4/12/2024
2.1.257 309 4/12/2024
2.1.256 70 4/12/2024
2.1.255 68 4/12/2024
2.1.254 74 4/12/2024
2.1.253 72 4/12/2024
2.1.252 294 4/12/2024
2.1.251 63 4/12/2024
2.1.250 266 4/10/2024
2.1.249 67 4/10/2024
2.1.248 67 4/10/2024
2.1.247 287 4/10/2024
2.1.246 68 4/10/2024
2.1.245 176 4/9/2024
2.1.244 341 4/3/2024
2.1.243 136 4/2/2024
2.1.242 176 4/2/2024
2.1.241 164 4/2/2024
2.1.240 83 4/1/2024
2.1.239 418 3/30/2024
2.1.238 125 3/29/2024
2.1.237 54 3/29/2024
2.1.236 315 3/25/2024
2.1.235 82 3/25/2024
2.1.234 77 3/25/2024
2.1.233 199 3/25/2024
2.1.232 76 3/25/2024
2.1.231 77 3/25/2024
2.1.230 300 3/21/2024
2.1.229 81 3/21/2024
2.1.228 216 3/21/2024
2.1.227 82 3/20/2024
2.1.226 297 3/20/2024
2.1.225 80 3/19/2024
2.1.224 81 3/19/2024
2.1.223 70 3/19/2024
2.1.222 256 3/19/2024
2.1.221 71 3/19/2024
2.1.220 82 3/19/2024
2.1.219 235 3/19/2024
2.1.218 171 3/19/2024
2.1.217 85 3/18/2024
2.1.216 271 3/16/2024
2.1.215 76 3/16/2024
2.1.214 204 3/16/2024
2.1.213 79 3/16/2024
2.1.212 189 3/15/2024
2.1.211 85 3/15/2024
2.1.210 179 3/14/2024
2.1.209 70 3/13/2024
2.1.208 181 3/13/2024
2.1.207 75 3/13/2024
2.1.206 85 3/13/2024
2.1.205 70 3/13/2024
2.1.204 386 3/13/2024
2.1.203 188 3/13/2024
2.1.202 68 3/13/2024
2.1.201 74 3/12/2024
2.1.200 70 3/12/2024
2.1.199 69 3/12/2024
2.1.198 262 3/12/2024
2.1.197 71 3/12/2024
2.1.196 80 3/12/2024
2.1.195 293 3/11/2024
2.1.194 202 3/11/2024
2.1.193 67 3/11/2024
2.1.192 67 3/11/2024
2.1.191 290 3/10/2024
2.1.190 79 3/10/2024
2.1.189 76 3/10/2024
2.1.188 284 3/10/2024
2.1.187 177 3/9/2024
2.1.186 79 3/9/2024
2.1.185 74 3/8/2024
2.1.184 77 3/8/2024
2.1.183 69 3/8/2024
2.1.182 70 3/8/2024
2.1.181 328 3/8/2024
2.1.180 75 3/8/2024
2.1.179 274 3/6/2024
2.1.178 159 3/6/2024
2.1.177 81 3/6/2024
2.1.176 282 3/4/2024
2.1.175 144 3/4/2024
2.1.174 84 3/4/2024
2.1.173 70 3/4/2024
2.1.172 79 3/4/2024
2.1.171 186 3/4/2024
2.1.170 158 3/3/2024
2.1.169 125 3/3/2024
2.1.168 115 3/3/2024
2.1.167 82 3/3/2024
2.1.166 72 3/2/2024
2.1.165 139 3/2/2024
2.1.164 113 3/2/2024
2.1.163 79 3/2/2024
2.1.162 213 3/2/2024
2.1.161 77 3/2/2024
2.1.160 168 3/1/2024
2.1.159 72 2/29/2024
2.1.158 77 2/29/2024
2.1.157 75 2/29/2024
2.1.156 73 2/29/2024
2.1.155 262 2/29/2024
2.1.154 73 2/29/2024
2.1.153 172 2/27/2024
2.1.152 136 2/26/2024
2.1.151 96 2/26/2024
2.1.150 154 2/25/2024
2.1.149 113 2/25/2024
2.1.148 74 2/25/2024
2.1.147 70 2/25/2024
2.1.146 76 2/25/2024
2.1.145 226 2/24/2024
2.1.144 80 2/24/2024
2.1.143 87 2/24/2024
2.1.142 76 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 161 2/4/2024
2.1.49 126 2/3/2024
2.1.48 214 2/3/2024
2.1.47 112 1/31/2024
2.1.46 69 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