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