随笔分类 - ASP.NET Core
摘要:请求发起 .NET Framework 3.5 版 1 const string CRLF = "\r\n"; 2 3 /// <summary> 4 /// 使用multipart/form-data方式上传文件及提交其他数据 5 /// </summary> 6 /// <param name=
阅读全文
摘要:Autofac配置 ASP.NET Core提供依赖注入,但对于稍复杂一些的情况,用Autofac更友好。 Startup添加以下代码 1 public void Configure(IApplicationBuilder app, IWebHostEnvironment env) 2 { 3 ……
阅读全文

浙公网安备 33010602011771号