-
This is in relation to https://github.com/dotnet/aspnetcore/issues/22228
Snippet support was removed for directive and taghelper attributes. We want to revisit this at a later point to see if this …
-
1. Resharper hints. as told in another issue is still exists #9
2. ASP TagHelpers attributes doesn't have a color different than common html tag attributes
3. Tabs: Project name
![Theme](https://u…
iamr8 updated
3 years ago
-
A memory leak is caused because a BundleProvider instance is created many times but never disposed:
BundlerMinifier.TagHelpers.BundleTagHelper.cs:
_bundleProvider = bundleProvider ?? new Bun…
-
As demonstrated in https://github.com/dotnet/razor/issues/10186 (numerous examples) and https://github.com/dotnet/razor/issues/10426, the tag helper attribute value rewriting portion of the razor comp…
-
This is the approach I selected initially as it is the easiest to start with. The technology stack includes using MVC 6 in ASP.NET Core, ef core, Model Validation and TagHelpers
_This approach is b…
-
Instead of always loading the svg from file, the TagHelper should create an application cache and store the content of the svg file in that.
-
## I'm submitting a...
* Suggestion for improvement
## Current behavior
The MultiSelect TagHelper does not expose the option for setting the MultiSelectTagMode enum to the tag-mode option. Currently…
-
_layout.cshtml file
import the js file
we add to every anchor an onclick
that would happne in each view
the javascript adds lat and long to the end of the url
https://...../nearby/23.3242343/…
-
Rails 6 deprecation warning raised:
```
DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper.
Being able to do this is deprecated. Au…
-
## What's the Problem?
Classic Razor would resolve the value of **any** HTML attribute that started with `~/` as an application relative URL. This led to some invalid scenarios where users would prov…