![]() |
VOOZH | about |
This package has been deprecated and will no longer receive security updates: https://github.com/aspnet/Announcements/issues/528
dotnet add package Microsoft.AspNet.WebHooks.Custom --version 1.2.2
NuGet\Install-Package Microsoft.AspNet.WebHooks.Custom -Version 1.2.2
<PackageReference Include="Microsoft.AspNet.WebHooks.Custom" Version="1.2.2" />
<PackageVersion Include="Microsoft.AspNet.WebHooks.Custom" Version="1.2.2" />Directory.Packages.props
<PackageReference Include="Microsoft.AspNet.WebHooks.Custom" />Project file
paket add Microsoft.AspNet.WebHooks.Custom --version 1.2.2
#r "nuget: Microsoft.AspNet.WebHooks.Custom, 1.2.2"
#:package Microsoft.AspNet.WebHooks.Custom@1.2.2
#addin nuget:?package=Microsoft.AspNet.WebHooks.Custom&version=1.2.2Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNet.WebHooks.Custom&version=1.2.2Install as a Cake Tool
This package provides functionality for adding your own custom WebHook support to your ASP.NET project. The functionality enables users to register WebHooks using a simple pub/sub model, and for your code to send WebHooks to registered receivers with matching WebHook registrations.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.WebHooks.Custom:
| Package | Downloads |
|---|---|
|
CloudCore.Web
The modules required to build CloudCore-based web modules. |
|
|
Microsoft.AspNet.WebHooks.Custom.Mvc
This package exposes helpers for managing and triggering your custom WebHooks from within ASP.NET MVC Controllers. |
|
|
Microsoft.AspNet.WebHooks.Custom.Api
This package contains a set of ASP.NET Web API Controllers for managing your custom WebHooks filters and registrations through a REST-style interface. |
|
|
Microsoft.AspNet.WebHooks.Custom.AzureStorage
This package provides support for persisting your custom WebHooks registrations in Microsoft Azure Table Storage. |
|
|
Microsoft.AspNet.WebHooks.Custom.SqlStorage
This package provides support for persisting your custom WebHooks registrations in a SQL database. |
This package is not used by any popular GitHub repositories.