https://github.com/karenpayneoregon/bootstrap-samples
bootstrap samples for ASP.NET Core/Razor Pages
https://github.com/karenpayneoregon/bootstrap-samples
asp-net-core bootstrap bootstrap5 csharp-core css javascript razor-pages
Last synced: 5 months ago
JSON representation
bootstrap samples for ASP.NET Core/Razor Pages
- Host: GitHub
- URL: https://github.com/karenpayneoregon/bootstrap-samples
- Owner: karenpayneoregon
- Created: 2023-04-01T21:16:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T15:55:46.000Z (5 months ago)
- Last Synced: 2025-05-06T16:57:27.432Z (5 months ago)
- Topics: asp-net-core, bootstrap, bootstrap5, csharp-core, css, javascript, razor-pages
- Language: SCSS
- Homepage:
- Size: 9.33 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Using Bootstrap with ASP.NET Core/Razor Pages
The main intent of these code samples is to show how to integrate various Bootstrap components into Razor Pages and will work with ASP.NET Core with little change.
Why do this? Because in some of Bootstrap documentation is not easy to figure out how to properly put things together such as toast notifications that stack. Go check the web and most third party samples lack here too.
Each project name begins with the version of Bootstrap as time goes by there will be Bootstrap 6. Next is followed by the component targeted.
> **Note**
> In some cases I did minimal amount of coding that is non Bootstrap to get things done like using Request.Form rather than proper methods to get at data. The main focus is Bootstrap.DEV.IO [article](https://dev.to/karenpayneoregon/bootstrap-5-and-razor-pages-4521)