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):
And I have that(in a .cshtml file):
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.
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">×</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.