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 14, 2018. It is now read-only.
If my index.cshtml has
Layout = "~/Views/Shared/_Layout.cshtml"
I see an error - System.InvalidOperationException: The layout view '~/Views/Shared/_Layout.cshtml' could not be located.
If I remove the ~ things work fine.
The text was updated successfully, but these errors were encountered:
Eilon
changed the title
Adding ~ for Layout path throws an error
Adding ~ for Layout path and Html.PartialAsync throws an error
Jul 18, 2014
If my index.cshtml has
Layout = "~/Views/Shared/_Layout.cshtml"
I see an error - System.InvalidOperationException: The layout view '~/Views/Shared/_Layout.cshtml' could not be located.
If I remove the ~ things work fine.
The text was updated successfully, but these errors were encountered: