System.Web.RegularExpressions Namespace
.NET Framework 4
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 | Infrastructure. Provides a regular expression to parse an ASP.NET code block. |
![]() | AspEncodedExprRegex | Infrastructure. Provides a regular expression to parse an encoded ASP.NET expression block. |
![]() | AspExprRegex | Infrastructure. Provides a regular expression to parse an ASP.NET expression block. |
![]() | CommentRegex | Infrastructure. Provides a regular expression to parse an ASP.NET comment block. |
![]() | DatabindExprRegex | Infrastructure. Provides a regular expression to parse an ASP.NET data-binding expression. |
![]() | DataBindRegex | Infrastructure. Provides a regular expression to parse an ASP.NET data binding. |
![]() | DirectiveRegex | Infrastructure. Provides a regular expression to parse an ASP.NET directive. |
![]() | EndTagRegex | Infrastructure. Provides a regular expression to parse an end tag. |
![]() | GTRegex | Infrastructure. Provides a regular expression to match a greater than (>) character. |
![]() | IncludeRegex | Infrastructure. Provides a regular expression to parse an ASP.NET #include directive. |
![]() | LTRegex | Infrastructure. Provides a regular expression to look for a less than (<) character. |
![]() | RunatServerRegex | Infrastructure. Provides a regular expression to parse an ASP.NET runat attribute. |
![]() | ServerTagsRegex | Infrastructure. Provides a regular expression to parse ASP.NET server tags. |
![]() | SimpleDirectiveRegex | Infrastructure. Provides a regular expression to parse an ASP.NET data directive. |
![]() | TagRegex | Infrastructure. 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 | Infrastructure. Provides a regular expression to parse the opening tag of an HTML element, an XML element, or an ASP.NET Web server control tag. |
![]() | TextRegex | Infrastructure. Provides a regular expression to match all characters until the next less than (<) character. |
