Asp.net引导程序 [英] Asp.net bootstrap application

查看:66
本文介绍了Asp.net引导程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打算在ASP.net中创建一个Web应用程序。任何人都建议哪一个是ASP.net应用程序的最佳引导程序(侧边栏的外观和主题等)...



我尝试了什么:



我查了谷歌,但我需要ASP.net的示例项目Bootstrap ..

I am going to create an Web Application in ASP.net.Can any one advise which one is best bootstrap for ASP.net application (Look and feel themes for sidebar etc)...

What I have tried:

I have check google,but I need sample project for ASP.net Bootstrap..

推荐答案

您不必担心它,因为默认情况下默认的ASP.NET Web应用程序模板包含Bootstrap。它通过添加Bootstrap Nuget包来实现。该软件包包含完整的Bootstrap CSS和JavaScript文件(正常版本和缩小版本),以及Glyphicons Halflings图标字体。在安装软件包期间,文件位于相应的文件夹(\ Content,\ Scripts和\fonts)中,BundleConfig类中的默认软件包设置为包含这些文件夹。请参阅: ASP.NET Developer的Bootstrap指南•Jerrie Pelser的博客 [ ^ ]



对于ASP.NET Core:使用Bootstrap和ASP.NET Core构建漂亮,响应迅速的站点Microsoft Docs [ ^ ]
You don't have to worry about it as the default ASP.NET Web Application template includes Bootstrap by default. It does this by adding the Bootstrap Nuget package. The package contains the full Bootstrap CSS and JavaScript files (normal and minified versions), as well as the Glyphicons Halflings icon font. During installation of the package, the files are places in the appropriate folders (\Content, \Scripts and \fonts) and the default bundles in the BundleConfig class is set up to include these. See: The ASP.NET Developer's guide to Bootstrap • Jerrie Pelser's Blog[^]

For ASP.NET Core: Build beautiful, responsive sites with Bootstrap and ASP.NET Core | Microsoft Docs[^]


这取决于您正在创建的应用程序类型。比如,如果您正在制作医疗应用程序,则不能或不应该使用表示您正在制作音乐应用程序的引导程序。我通常使用http://getbootstrap.com/中的bootstrap主题或者选择我稍后从w3layouts.com编辑的布局

我想相信这就是你想要的 - 有的网站bootstraps和布局。如果我错了,请纠正我:)
It depends on the type of application you are creating. Like, you cannot or should not use bootstrap that suggests that you are making a music application if you are making a medical application. I usually work with bootstrap themes from http://getbootstrap.com/ or opt for layouts that I later edit from w3layouts.com
I'd like to believe that that's what you wanted- sites that have bootstraps and layouts. Correct me if I'm wrong :)


这篇关于Asp.net引导程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆