ControlBuilderInterceptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许自定义或控制编译过程。
public ref class ControlBuilderInterceptor abstract
public abstract class ControlBuilderInterceptor
type ControlBuilderInterceptor = class
Public MustInherit Class ControlBuilderInterceptor
- 继承
-
ControlBuilderInterceptor
注解
注意
从 2020 年 8 月起,此类也适用于 .NET Framework 2.0 和 3.5。 有关详细信息,请参阅 ControlBuilderInterceptor 类。
类是一个抽象类。 可以使用 属性在 web.config 文件中注册扩展此类的类型 ControlBuilderInterceptorType
。
构造函数
ControlBuilderInterceptor() |
初始化 ControlBuilderInterceptor 类的新实例。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
OnProcessGeneratedCode(ControlBuilder, CodeCompileUnit, CodeTypeDeclaration, CodeTypeDeclaration, CodeMemberMethod, CodeMemberMethod, IDictionary) |
在 ControlBuilder 完成代码生成后调用。 |
PreControlBuilderInit(ControlBuilder, TemplateParser, ControlBuilder, Type, String, String, IDictionary, IDictionary) |
在初始化标记中的元素的 ControlBuilder 前调用。 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |