asp.net-mvc MVC 应用程序的布局/设计模板?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8479052/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 01:37:24  来源:igfitidea点击:

Layout/design templates for MVC application?

asp.net-mvcmodel-view-controller

提问by Chaka

Is there any open source design templates available for asp.net MVC projects? Tired of seeing the standard blue and white look that every mvc projects have.

是否有任何可用于 asp.net MVC 项目的开源设计模板?厌倦了看到每个 mvc 项目都有的标准蓝白外观。

回答by Stéphane Bebrone

If you understand html/css you can take benefit of all websites that offers free template, to name but a few:

如果您了解 html/css,您可以利用所有提供免费模板的网站,仅举几例:

That's just a matter of applying them to your ASP.NET MVC Website (override the default CSS and updating the _layout markup), see this article.

这只是将它们应用于您的 ASP.NET MVC 网站(覆盖默认 CSS 并更新 _layout 标记)的问题,请参阅本文

Or there is the MVC Contrib Template gallery.

或者有MVC Contrib 模板库

回答by sultanosmani

Those template sites seem to be outdated now and no longer kept going, just fyi.

那些模板站点现在似乎已经过时,不再继续运行,仅供参考。

http://oswd.coand http://html5up.netlook to be more recent with the latter having a lot of HTML5 templates to choose from.

http://oswd.cohttp://html5up.net看起来更新,后者有很多 HTML5 模板可供选择。