CommentRegex
Class
Definition
Provides a regular expression to parse an ASP.NET comment block.
This API supports the product infrastructure and is not intended to be used directly from your code.
public class CommentRegex : System.Text.RegularExpressions.Regex
- Inheritance
Inherited Members
System.Object
System.Text.RegularExpressions.Regex
Remarks
The CommentRegex class provides a compiled regular expression to parse an ASP.NET comment block (<%-- … --%>).
Note
The System.Web.RegularExpressions classes are used internally by the .NET Framework to parse ASP.NET pages.
Constructors
| CommentRegex() |
Initializes a new instance of the CommentRegex class. |
| CommentRegex(TimeSpan) |
Initializes a new instance of the CommentRegex class with the specified time-out value. |