ControlBuilderInterceptor Class
Allows the compilation process to be customized or controlled.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ControlBuilderInterceptor() | Initializes a new instance of the ControlBuilderInterceptor class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnProcessGeneratedCode(ControlBuilder, CodeCompileUnit, CodeTypeDeclaration, CodeTypeDeclaration, CodeMemberMethod, CodeMemberMethod, IDictionary) | Called after the ControlBuilder has completed generating code. |
![]() | PreControlBuilderInit(ControlBuilder, TemplateParser, ControlBuilder, Type, String, String, IDictionary, IDictionary) | Called before the ControlBuilder of an element in the markup is initialized. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ControlBuilderInterceptor class is an abstract class. A type that extends this class can be registered in the web.config file using a ControlBuilderInterceptorType property.
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

