Quantcast
Channel: CodeProject Latest postings for ASP.NET
Viewing all articles
Browse latest Browse all 3938

VS2015: Difference between Bootstrap Snippets and Bootstrap Tags

$
0
0
Hello i am a beginner of bootstrap with Asp.Net Core.
I play along with a simple sample: "Alert"

I have this (in a .cshtml file):
<bs-alerttitle="Test-Title">Test-Message</bs-alert>

And I have that(in a .cshtml file):
<divclass="alert alert-warning alert-dismissible"role="alert"><buttontype="button"class="close"data-dismiss="alert"aria-label="Close"><spanaria-hidden="true">&times;</span></button>Warning! Better check yourself, you're not looking too good.
</div>

It looks different!
When i use Visual Studio 2015 insert snippet (Bootstrap) then the things with the div button span ... are inserted.
For what are the "bs-xxx" tags? I googled an hour and did find nothing. Thanks in advance.

Viewing all articles
Browse latest Browse all 3938


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>