System.Web.RegularExpressions Namespace
.NET Framework 2.0
The System.Web.RegularExpressions namespace provides regular expressions used to parse ASP.NET files. All members of the System.Web.RegularExpressions namespace are descendants of the Regex class.
| Class | Description | |
|---|---|---|
![]() | AspCodeRegex | Provides a regular expression to parse an ASP.NET code block. |
![]() | AspExprRegex | Provides a regular expression to parse an ASP.NET expression block. |
![]() | CommentRegex | Provides a regular expression to parse an ASP.NET comment block. |
![]() | DatabindExprRegex | Provides a regular expression to parse an ASP.NET data-binding expression. |
![]() | DataBindRegex | Provides a regular expression to parse an ASP.NET data binding. |
![]() | DirectiveRegex | Provides a regular expression to parse an ASP.NET data directive. |
![]() | EndTagRegex | Provides a regular expression to parse an end tag. |
![]() | GTRegex | Provides a regular expression to match a greater than (>) character. |
![]() | IncludeRegex | Provides a regular expression to parse an ASP.NET #include directive. |
![]() | LTRegex | Provides a regular expression to look for a less than (<) character. |
![]() | RunatServerRegex | Provides a regular expression to parse an ASP.NET runat attribute. |
![]() | ServerTagsRegex | Provides a regular expression to parse ASP.NET server tags. |
![]() | SimpleDirectiveRegex | Provides a regular expression to parse an ASP.NET data directive. |
![]() | TagRegex | Provides a regular expression to parse an ASP.NET Web server control tag. |
![]() | TextRegex | Provides a regular expression to match all characters until the next less than (<) character. |
Community Additions
ADD
Show:
