Share via


CommentRegex Class

Provides a regular expression to parse an ASP.NET comment block.

System.Object
   System.Text.RegularExpressions.Regex
      System.Web.RegularExpressions. CommentRegex

Public Class CommentRegex Inherits Regex
[C#]
Public class CommentRegex : Regex
[C++]
public: class CommentRegex : Regex

Remarks

The CommentRegex class provides a regular expression to parse an ASP.NET comment block (<%-- --%>).

Requirements

Namespace: System.Web.RegularExpressions

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: System.Web.RegularExpressions (in System.Web.RegularExpressions.dll)

See Also

Regex Class | CommentRegex Constructor | ASP.NET Regular Expression API Reference