1 reference to IsVersion40OrAbove
System.Web (1)
UI\BaseParser.cs (1)
125
_tagRegex =
IsVersion40OrAbove
() ? tagRegex40 : tagRegex35;