This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Remove ~/
handling from core Razor. #427
Closed
Description
Kind of related to #417
Allegedly Razor will resolve paths of all attributes of all HTML attributes, which means that ~
's will be stripped out regardless of whether the HTML (or Tag Helper) attribute represents a path or URL.
We should consider adding some new TagHelper attribute such as [UrlProperty]
to indicate that Razor should code-gen path resolution code for the property.