All Projects → dpaquette → Taghelpersamples

dpaquette / Taghelpersamples

Licence: other
A set of sample tag helpers for ASP.NET Core MVC

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Taghelpersamples

.NET-Backend-Developer-Roadmap
Nick's Roadmap for a .NET Backend Developer working with Microservices
Stars: ✭ 827 (+136.29%)
Mutual labels:  aspnetcore
Wtm
Use WTM to write .netcore app fast !!!
Stars: ✭ 3,403 (+872.29%)
Mutual labels:  aspnetcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+892.57%)
Mutual labels:  aspnetcore
Anet
A .NET Core Common Library , Framework and Boilerplate.
Stars: ✭ 255 (-27.14%)
Mutual labels:  aspnetcore
Blazorwebformscomponents
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
Stars: ✭ 274 (-21.71%)
Mutual labels:  aspnetcore
Live.asp.net
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
Stars: ✭ 295 (-15.71%)
Mutual labels:  aspnetcore
AspNetCore.BookStore
ASP.NET Core application using Command Pattern and Repository Pattern
Stars: ✭ 121 (-65.43%)
Mutual labels:  aspnetcore
Weboptimizer
A bundler and minifier for ASP.NET Core
Stars: ✭ 329 (-6%)
Mutual labels:  aspnetcore
Blazor
DevExpress UI for Blazor
Stars: ✭ 274 (-21.71%)
Mutual labels:  aspnetcore
Applicationinsights Aspnetcore
ASP.NET Core web applications monitoring
Stars: ✭ 306 (-12.57%)
Mutual labels:  aspnetcore
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (-25.14%)
Mutual labels:  aspnetcore
Aspnet Core Jwt Authentication Api
ASP.NET Core 2.2 JWT Authentication API
Stars: ✭ 272 (-22.29%)
Mutual labels:  aspnetcore
Efsecondlevelcache.core
Entity Framework Core Second Level Caching Library
Stars: ✭ 300 (-14.29%)
Mutual labels:  aspnetcore
Boilerplate
Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
Stars: ✭ 243 (-30.57%)
Mutual labels:  aspnetcore
Aspnetcore Webapi Sample
This is a sample ASP.NET Core WebAPI
Stars: ✭ 310 (-11.43%)
Mutual labels:  aspnetcore
MythologyOfReactJs
This repository is actually a reactjs tutorial repository. Each repository is named after a mythical god.
Stars: ✭ 13 (-96.29%)
Mutual labels:  aspnetcore
Aspnetcore Angular Signalr Typescript
An example of an Angular application using ASP.NET Core and SignalR
Stars: ✭ 288 (-17.71%)
Mutual labels:  aspnetcore
Skclusive.material.component
Port of Material-UI in C# for Blazor
Stars: ✭ 337 (-3.71%)
Mutual labels:  aspnetcore
Itextsharp.lgplv2.core
iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core
Stars: ✭ 322 (-8%)
Mutual labels:  aspnetcore
Aspnetcoreapistarter
An ASP.NET Core (v2.1) Web API project to quickly bootstrap new projects. Includes Identity, JWT authentication w/ refresh tokens.
Stars: ✭ 304 (-13.14%)
Mutual labels:  aspnetcore

AppVeyor: Build status

Tag-helper-samples

TagHelper Samples running on Azure. Sample tag helpers that do useful work.

To use the Bootstrap AlertTagHelper (authored by Rick Strahl) add Font Awesome. The sample project adds FA to the Views\Shared_Layout.cshtml file.

Click the Summary menu item to see the tag helpers in action. From the home link, select a tag helper to see a code snipet and the resulting UI.

Try it in your project

Bootstrap Tag Helpers

Bootstrap Tag Helpers NuGet Badge

The Bootstrap Tag Helper samples are available on Nuget.

dotnet add package TagHelperSamples.Bootstrap

Then add the tag helpers to your _ViewImports.cshtml file:

@addTagHelper "*, TagHelperSamples.Bootstrap"

Markdown Tag Helpers

Markdown Tag Helpers NuGet Badge

The Markdown Tag Helper samples are available on Nuget.

dotnet add package TagHelperSamples.Markdown

Then add the tag helpers to your _ViewImports.cshtml file:

@addTagHelper "*, TagHelperSamples.Markdown"

Authorize Tag Helper

Authorization Tag Helpers NuGet Badge

The Authorize Tag Helper is available on Nuget.

dotnet add package TagHelperSamples.Authorization

Then add the tag helpers to your _ViewImports.cshtml file:

@addTagHelper "*, TagHelperSamples.Authorization"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].