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 a <% ... %> tags.
ExpressionSnippet An expression in <%# ... %> tags.
DataBindingSnippet An expression in <%= ... %> tags.
ScriptTag An expression in a script element that contains the runat="server" attribute.

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.

CodeConstructType is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1, 3.0 SP1, 2.0 SP1
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ