String interpolation with nested quotes breaks Razor blocks. #4976
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
bug
This issue describes a behavior which is not expected - a bug.
feature-razor-pages
Milestone
Today if you are to write the following:
You end up having a mismatch in curly braces. This is due to Razor not understanding the
{
syntax in string interpolation and therefore parsing the strings incorrectly.The text was updated successfully, but these errors were encountered: