3 references to controlBuilderInterceptorTypeAttributeName
System.Web (3)
Configuration\CompilationSection.cs (3)
167
new ConfigurationProperty(
controlBuilderInterceptorTypeAttributeName
, typeof(string),
495
[ConfigurationProperty(
controlBuilderInterceptorTypeAttributeName
, DefaultValue = "")]
925
_controlBuilderInterceptorType = CompilationUtil.LoadTypeWithChecks(ControlBuilderInterceptorType, typeof(ControlBuilderInterceptor), null, this,
controlBuilderInterceptorTypeAttributeName
);