206 Star 413 Fork 193

ZKEASOFT/ASP.NET-MVC-CMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
The MvcSiteMapProvider package is now obsolete. NuGet doesn't provide a way 
to support multiple versions of ASP.NET MVC in a single package, so it was
necessary to create a package per MVC version that we support.

This package mainly exists to provide an upgrade path from older versions 
of MvcSiteMapProvider. It targets the latest version of MVC and will change 
each time the highest supported MVC version we support is incremented. 
For this reason, we do not recommend you leave it installed in your project 
because it could force an unwanted MVC version upgrade during a future update.

If the current version of MVC is appropriate for your project, uninstall 
this package by running the following command from Package Manager Console:

PM> Uninstall-Package MvcSiteMapProvider

This will remove only the obsolete package, but keep all of the other 
MvcSiteMapProvider and dependent packages in place.

If you are unsure or you know you will need to target a specific version of MVC, 
you can remove this package and all of its dependencies, and then reinstall the
appropriate package.

PM> Uninstall-Package MvcSiteMapProvider -RemoveDependencies

PM> Install-Package MvcSiteMapProvider.MVC[x]

Replace the [x] in the above line with the version of MVC you wish to target.
To see the currently supported MVC versions of MvcSiteMapProvider, visit the 
following URL:

http://www.nuget.org/packages?q=mvcsitemapprovider.mvc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/seriawei/ASP.NET-MVC-CMS.git
git@gitee.com:seriawei/ASP.NET-MVC-CMS.git
seriawei
ASP.NET-MVC-CMS
ASP.NET-MVC-CMS
master

搜索帮助