Community

Using jQuery and Bootstrap from a CDN with fallback scripts in ASP.NET Core 3.0

(Andrew Lock) In this post, I show how to use the Link Tag Helper and Script Tag Helper in Razor with the asp-fallback attribute to serve files from a Content Delivery Network (CDN), falling back to local scripts if the CDN is unavailable.