File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,27 @@ ASP.NET Core MVC Bootstrap tag helpers. This package includes tag helpers for th
30
30
31
31
* Create a new ASP .NET Core Web Application.
32
32
* Install the Tag Helpers. To install ASP.NET Core MVC Bootstrap Tag Helpers, run the following command in the Package Manager Console
33
- ``` Install-Package jQWidgets.AspNetCore.Mvc.Bootstrap.TagHelpers `` ` .
33
+ ` Install-Package jQWidgets.AspNetCore.Mvc.Bootstrap.TagHelpers ` .
34
34
* Update ` _ViewImports.cshtml ` .
35
+
35
36
``` html
36
37
@using jQWidgets.AspNetCore.Mvc.Bootstrap.Demos
37
38
@using jQWidgets.AspNetCore.Mvc.Bootstrap.TagHelpers
38
39
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
39
40
@addTagHelper *, jQWidgets.AspNetCore.Mvc.Bootstrap.TagHelpers
40
41
@inject Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration TelemetryConfiguration
41
42
```
43
+
42
44
* Add a reference to `bootstrap.mvc.css` in `_Layout.cshtml`. `bootstrap.mvc.css` is included in this repository.
45
+
43
46
```html
44
47
<environment names =" Development" >
45
48
<link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.css" />
46
49
<link rel =" stylesheet" href =" ~/css/bootstrap.mvc.css" />
47
50
<link rel =" stylesheet" href =" ~/css/site.css" />
48
51
</environment >
49
52
```
53
+
50
54
* Build the Solution.
51
55
* Add a Bootstrap Tag Helper to a Page.
52
56
## Modal ##
You can’t perform that action at this time.
0 commit comments