This topic has not yet been rated - Rate this topic

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)
public enum CodeConstructType
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.

.NET Framework

Supported in: 4, 3.5 SP1, 3.0 SP1, 2.0 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ