你的位置: 码友网首页 / 资讯源列表 / Customizing ASP.NET Core Part 6: Middleware

关于[Customizing ASP.NET Core Part 6: Middleware]的摘要:

Most of you already know what middlewares are, but some of you maybe don't. Even if you've used ASP.NET Core for a while, you don't really need to know any real details about middlewares, because they are mostly hidden behind nicely named extension methods like UseMvc(), UseAuthentication(), UseDeveloperExceptionPage(), and so on. Every time you call a Use-method in the Startup.cs in the Configure method, you'll implicitly use at least one or maybe more middlewares.

原文地址: https://dzone.com/articles/customizing-aspnet-core-part-6-middleware

收录时间: 2018-10-10 浏览量: 1909 分类: ASP.NET Core

| 1 收藏 | 0