标签: vb.net asp.net-web-api http-post owin
是否可以在post方法的OWIN框架中提供可选的Body参数? 有点像:
Public Function Post(<FromBody()> Optional ByVal value As String = nothing) As String Return value End Function
示例不起作用