You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
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.