SimpleDirectiveRegex Class
.NET Framework 2.0
Provides a regular expression to parse an ASP.NET data directive.
Namespace: System.Web.RegularExpressions
Assembly: System.Web.RegularExpressions (in system.web.regularexpressions.dll)
Assembly: System.Web.RegularExpressions (in system.web.regularexpressions.dll)
The SimpleDirectiveRegex class provides a regular expression to parse an ASP.NET data directive (<%@ … %>).
Note: |
|---|
|
The System.Web.RegularExpressions classes are meant to be used by the .NET Framework to parse ASP.NET pages and are not always practical for general applications. For example, many of these classes match only the beginning of a string. |
System.Object
System.Text.RegularExpressions.Regex
System.Web.RegularExpressions.SimpleDirectiveRegex
System.Text.RegularExpressions.Regex
System.Web.RegularExpressions.SimpleDirectiveRegex
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
Note: