引用前端框架的库
在start up类里面添加这个方法
app.UseStaticFiles(new StaticFileOptions { RequestPath = "/node_modules", FileProvider = new PhysicalFileProvider(Path.Combine(env.ContentRootPath,"node_modules"))//contentRootPath是根目录 });
之后在页面中再引用需要的链接
<link href="~/node_modules/bootstrap/dist/css/bootstrap.css" rel="stylesheet" />
前端完成验证
相关推荐
南昌千网科技 2020-10-18
xxuncle 2020-07-04
Symiac 2020-07-04
Symiac 2020-07-04
bowean 2020-06-28
风萧萧梦潇 2020-06-14
woxxoole 2020-06-13
RainyX 2020-06-12
abdstime 2020-06-10
smj000 2020-06-09
学习web前端 2020-06-07
Beibeizhao 2020-05-28
jiangcs0 2020-05-22
唯美st丶 2020-05-15
龙旋 2020-04-22
元元 2020-04-20
杏仁技术站 2020-04-15