标签: .net asp.net-core .net-core
if (context.Request.HasFormContentType) { var form = context.Request.Form; // << exception here }
System.IO.IOException:意外结束Stream,内容可能已被其他组件读取。
如何检查表单是空还是空?