CompilationSection.ControlBuilderInterceptorType Property

.NET Framework (current version)
 

Gets or sets a string representing the object type used to intercept a ControlBuilder object and configure a container.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute("controlBuilderInterceptorType", 
	DefaultValue = "")]
public string ControlBuilderInterceptorType { get; set; }

Property Value

Type: System.String

A string representing the object type used to intercept a ControlBuilder object.

.NET Framework
Available since 4.5
Return to top
Show: