TagHelperSamples
TagHelperSamples copied to clipboard
A set of sample tag helpers for ASP.NET Core MVC
Bumps [deap](https://github.com/selfcontained/deap) from 1.0.0 to 1.0.1. Commits See full diff in compare view Maintainer changes This version was pushed to npm by prestaul, a new releaser for deap since your...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
The nav-link Tag Helper does not work correctly with Bootstrap 4 beta 3. The selected navigation is the same as the rest of the navigation. My Bad I had to...
My template is: ``` @model NSysWebTest.Web.ViewModels.Products.ProductCategoryViewModel ``` Template model `ProductCategoryViewModel` is ``` new ProductCategoryViewModel{ Name = "Test", Note = null }; ``` I'm getting an error System.NullReferenceException while rendering a...
Bumps [bower](https://github.com/bower/bower) from 1.8.2 to 1.8.8. Release notes *Sourced from [bower's releases](https://github.com/bower/bower/releases).* > ## v1.8.8 > Fix security issue connected to extracting .tar.gz archives > > **This bug allows to...
For the authorize tag helpers, a typical case that I didn't see covered would be needing to show one section of html to authorized users and show a different section...
I've been looking around for a cleaner way of implementing authorizations rather than dumping code into my razor views. Feels too much like classic ASP with VBScript. This tag helper...
Hi David, thanks for amazing Job! I have seen working the sample where the TagHelper works properly, but I would like to know what is the suggested way to show...