ControlBuilderInterceptor 类

定义

允许自定义或控制编译过程。

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 类

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)

适用于