CodeConstructType Enumeration
Specifies the code constructs that can be parsed in the ProcessCodeConstruct method of the PageParserFilter class.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| CodeSnippet | An expression in <% ... %> tags. | |
| ExpressionSnippet | An expression in <%# ... %> tags. | |
| DataBindingSnippet | An expression in <%= ... %> tags. | |
| ScriptTag | An expression in a script element that contains the runat="server" attribute. | |
| EncodedExpressionSnippet | An expression in <%: ... %> tags. |
When you process a code construct by using the ProcessCodeConstruct method of the PageParserFilter class, return true if you do not want to process the code construct further.
For more information, see .NET Framework Versions and Dependencies.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.