9 references to CodeConstructType
System.Web (9)
UI\PageParserFilter.cs (1)
225
public virtual bool ProcessCodeConstruct(
CodeConstructType
codeType, string code) {
UI\TemplateParser.cs (8)
1376
if (!PageParserFilterProcessedCodeBlock(
CodeConstructType
.ScriptTag, script, _currentScript.Line)) {
2592
private static
CodeConstructType
CodeConstructTypeFromCodeBlockType(CodeBlockType blockType) {
2595
return
CodeConstructType
.CodeSnippet;
2597
return
CodeConstructType
.ExpressionSnippet;
2599
return
CodeConstructType
.EncodedExpressionSnippet;
2601
return
CodeConstructType
.DataBindingSnippet;
2604
return
CodeConstructType
.CodeSnippet;
2608
private bool PageParserFilterProcessedCodeBlock(
CodeConstructType
codeConstructType,