ControlBuilderInterceptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the compilation process to be customized or controlled.
public ref class ControlBuilderInterceptor abstract
public abstract class ControlBuilderInterceptor
type ControlBuilderInterceptor = class
Public MustInherit Class ControlBuilderInterceptor
- Inheritance
-
ControlBuilderInterceptor
Remarks
Note
As of August 2020, this class also applies to .NET Framework 2.0 and 3.5. For more information, see ControlBuilderInterceptor class.
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.
Constructors
ControlBuilderInterceptor() |
Initializes a new instance of the ControlBuilderInterceptor class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |