【发布时间】:2019-12-14 09:48:07
【问题描述】:
asp.net 中是否支持 Authorize.Net webhook?
我正在使用 Microsoft.AspNet.WebHooks.Receivers 包。这是正确的吗?因为其他包是特定于 Github 和其他的?
Public Sub Register(ByVal config As HttpConfiguration)
' Web API configuration and services
config.MapHttpAttributeRoutes()
config.Routes.MapHttpRoute(
name:="WebHook_Authorizr",,
routeTemplate:="api/{controller}/{id}",
defaults:=New With {.id = RouteParameter.Optional}
)
config. <<<<<< which method to be called here ????
End Sub
【问题讨论】:
标签: c# asp.net authorize.net