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 has been archived by the owner on Dec 14, 2018. It is now read-only.
Seems like a general problem: Url.Content resolves ~Text.css as /Text.css.
However this doesn't work with url resolution in Views: e.g. <link href="~Text.css" /> gets printed as is. This also seems to be the behavior in Mvc 5
There are other places in the application (for instance view resolution) where we specifically look for ~/ rather than just ~.
The text was updated successfully, but these errors were encountered:
Seems like a general problem:
Url.Content
resolves~Text.css
as/Text.css
.However this doesn't work with url resolution in Views: e.g.
<link href="~Text.css" />
gets printed as is. This also seems to be the behavior in Mvc 5There are other places in the application (for instance view resolution) where we specifically look for
~/
rather than just~
.The text was updated successfully, but these errors were encountered: