tag-helpers
Nesting TagHelpers in ASP.NET Core MVC
The ASP.NET Core TagHelper documentation gives the following example:
MVC 6 Tag Helpers Intellisense?
Is there supposed to be Intellisense for the new asp- tag helpers in Razor/MVC 6? I was following along on one of Shawn Wildermuth’s courses on Pluralsight and everything functions properly, but I thought I should be getting intellisense when I start typing asp- as an attribute on a tag.
.Net Core tag helper intellisense and color coding not working
I am having issues with .NET core and tag helpers. The color coding and the intellisense are not displaying or being registered when I type in asp-for. I’ve tried creating a new solution in a separate instance, verified that the intellisense works, and then copied the project.json into the project that doesn’t have working intellisense/color coding, and it doesn’t fix the issue.
Append QueryString to href in asp.net core Anchor Helper Tag
I am trying to add anything in the query of the request to anchors in the html result:
How can I pass string value for “asp-for” in asp net 5
I want to write a Edit.cshtml file for an entity with many properties to edit, so I have to write the following codes many times:
Can I use a Tag Helper in a custom Tag Helper that returns html?
I recently ran into a situation where I would like to use a tag helper within a tag helper. I looked around and couldn’t find anyone else trying to do this, am I using a poor convention or am I missing documentation?
