System.Web.RegularExpressions Namespace
The System.Web.RegularExpressions namespace provides precompiled regular expressions that can be used to parse ASP.NET files. All members of the System.Web.RegularExpressions namespace are descendants of the Regex class.
| Class | Description | |
|---|---|---|
![]() | AspCodeRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET code block. |
![]() | AspEncodedExprRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an encoded ASP.NET expression block. |
![]() | AspExprRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET expression block. |
![]() | CommentRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET comment block. |
![]() | DatabindExprRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET data-binding expression. |
![]() | DataBindRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET data binding expression. |
![]() | DirectiveRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET directive. |
![]() | EndTagRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an end tag of an HTML element, an XML element, or an ASP.NET web server control tag. |
![]() | GTRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to match a greater than (>) character in an ASP.NET web page. |
![]() | IncludeRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET #include directive. |
![]() | LTRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to look for a less than (<) character in an ASP.NET web page. |
![]() | RunatServerRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET runat attribute. |
![]() | ServerTagsRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse ASP.NET server tags. |
![]() | SimpleDirectiveRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse an ASP.NET data directive. |
![]() | TagRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse the opening tag of an HTML element, an XML element, or an ASP.NET Web server control tag. |
![]() | TagRegex35 | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to parse the opening tag of an HTML element, an XML element, or an ASP.NET Web server control tag, for applications that target the .NET Framework 3.5 SP1 and earlier versions. |
![]() | TextRegex | This API supports the product infrastructure and is not intended to be used directly from your code. Provides a regular expression to match all characters until the next less than (<) character. |
