浅谈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组件的使用方法的详细内容,更多文章请关注木庄网络博客

返回前面的内容

相关阅读 >>

layui和bootstrap的区别

bootstrap可以用于移动端吗

bootstrap怎么安装

使用bootstrap有什么好处

bootstrap怎么快速入门

bootstrap是什么意思啊

bootstrap如何读

当 position:sticky 遇到 bootstrap 浮动布局时候的踩坑记录

bootstrap怎么把div变成一个圆

bootstrap为什么是12列

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




打赏

取消

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

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

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

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

评论

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