-
The Datetime and TimeSpan shapes are currently rendering as strings but in an HTML context we should try to render it wrapped with a `` tag.
We should probably allow to use a W3C accepted HTML ele…
-
I've lost a lot of time to tag helpers _after_ reading the docs. While they have been improved by clarifying the include is the assembly and not the namespace, there's still more that should be relaye…
-
While this code is experimental, I'm having a problem with a taghelper. The tag helper in question parses inline markdown text and outputs as html.
However the minifier currently executes prior to t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
### Can't find the index.js file,while in the container's app folder, the file exists in the rgiht…
ddzsy updated
4 hours ago
-
In MVC Razor, you can have (VB.NET) syntax like this:
```
@Helper MyRowHelper(arg As String)
arg
End Helper
```
This is very handy for creating reuseable snippets within a template. But in Razor…
-
I just tried
`dotnet-format --files Home/Home.cshtml` on my razor template but seems it does not read it at all.
(But tried on other filetypes and works great).
Is razor templates supported?
-
## Overview
Languages like Razor (and I imagine HTML for custom attributes) typically have scenarios where portions of the document are semantically a different language.
In Razor this happens f…
-
# Description
I tried to use the Wasi.AspNetCore.BundledFiles package in order to bundle the static files of my web, and I got an error about a not implemented method.
# Reproduction Steps
```
$…
-
Currently, the `` and `` tags in all Razor Views/Pages are Tag Helper activated (via the `HeadTagHelper` and `BodyTagHelper` respectively) so that any registered `ITagHelperComponent`s can easily emit…
-
Hi,
When declaring the below scss bundle
`pipe.AddScssBundle("/css/site.bundle.css", "/lib/jqueryui/jquery-ui.min.css", "/lib/bootstrap/scss/bootstrap.scss");`
then disabling enableTagHelperBun…