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
"BuTTon" and "bUTToN" are equal by EqualsNoCase, but does ASP.NET handle such cases or just assume that the open and close tags can start with lower char? If ASP.NET compares more strong than EqualsNoCase, we should compare the same way, else PR LGFM.
I've seen cases where programmers use inconsistent tag casing for open and close tags.
ASP.NET is able to cope with this, but AspxParser will end up with an imbalance in the syntax tree.
These can be a little hard to track down, but it is reasonable to work around this issue by fixing the problem cases in the markup.
The text was updated successfully, but these errors were encountered: