浅谈Bootstrap Blazor组件的使用方法


当前第2页 返回上一页

C#

1

2

3

4

5

6

7

8

9

10

11

12

13

namespace BootstrapBlazorAppName

{

    public class Startup

    {

        public void ConfigureServices(IServiceCollection services)

        {

            //more code may be present here

            services.AddBootstrapBlazor();

        }

 

        //more code may be present here

    }

}

Visual Studio 插件

安装 Visual Studio 插件

安装包

下载地址

https://gitee.com/Longbow/BootstrapBlazorVsix/raw/master/dist/BootstrapBlazor.UITemplate-5.0.0.zip

使用教程

1、下载安装包

2、解压缩安装包

3、安装 vsix 插件

双击 BootstrapBlazor.UITemplate.vsix 文件,请保证 Visual Studio IDE 以及相关进程均关闭,此安装包安装过程可能很慢,请耐心等待

特别注意

如果长时间无响应,请查看任务管理器中是否有 devenv.exe 或者 msbuild.exe 进程,如果有请手动结束

4、打开 Visual Studio 2019

5、选中 Server 或者 WebAssembly 工程直接运行 F5

6、项目中按照自己需求更改页面

更多编程相关知识,请访问:编程教学!!

以上就是浅谈Bootstrap Blazor组件的使用方法的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

jquery easyui和bootstrap的区别是什么

浅谈bootstrap中的panel布局

bootstrap table实现定时刷新数据的方法

为什么要使用bootstrap框架

bootstrap什么时候使用

css中的bootstrap是指什么

如何使用bootstrap实现年月日的时间选择器

bootstrap的栅格系统是什么?栅格系统详解

三分钟带你了解bootstrap下拉菜单

bootstrap 不显示图标怎么办

更多相关阅读请进入《bootstrap》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...