CodeBlockType Enumeration
.NET Framework (current version)
Specifies the type of the code block.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Code | Indicates that the block type is for code. A Code block type is contained inside the <% %> characters. | |
| DataBinding | Indicates that the block type is for data binding. A DataBinding block type is contained inside the <%# %> characters. | |
| EncodedExpression | Indicates that the block type is for encoded expressions. A EncodedExpression block type is contained inside the <%: %> characters. | |
| Expression | Indicates that the block type is for data expressions. A Expression block type is contained inside the <%= %> characters. |
.NET Framework
Available since 4.5
Available since 4.5
Show: