System.Web.Mvc Vs Microsoft.Web.Mvc(System.Web.Mvc 与 Microsoft.Web.Mvc)
问题描述
我刚开始使用 ASP.NET MVC,首先让我感到困惑的是 MSDN 上有一个 System.Web.Mvc 命名空间,然后有一个Microsoft.Web.Mvc 命名空间.我想知道 -
I just started ASP.NET MVC, and the first thing that got me confused is on MSDN there is a System.Web.Mvc namespace, and then there is a Microsoft.Web.Mvc namespace. I'd like to know -
- 为什么 ASP.NET MVC 框架库类有两个不同的根命名空间?
- 基于一个根命名空间或另一个根命名空间下的类?
提前致谢.
注意:我进行了谷歌搜索,但一无所获.
NOTE: I did google search, and found nothing about it.
推荐答案
Microsoft.Web.Mvc
命名空间如果用于 MVC Futures 项目,它用于 MVC 团队可能或可能不会的功能包括在 ASP.NET MVC 的未来版本中.与之相关的文档很少,但您可以查看这里的源代码.
The Microsoft.Web.Mvc
namespace if for the MVC Futures project, which is for features that the MVC team may or may not include in future versions of ASP.NET MVC. There is very little documentation associated with it, but you can view the source code here.
例如,它包括 Microsoft.Web.Mvc.Controls
命名空间,在 这个博客,但它从未成功.
As an example, it includes the Microsoft.Web.Mvc.Controls
namespace, which is discussed in this blog, but it never got off the ground.
这篇关于System.Web.Mvc 与 Microsoft.Web.Mvc的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:System.Web.Mvc 与 Microsoft.Web.Mvc
- C# 中多线程网络服务器的模式 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 输入按键事件处理程序 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01