PageParserFilter.GetNoCompileUserControlType 方法

定义

返回应该用于未动态编译的页或控件的 Type

public:
 virtual Type ^ GetNoCompileUserControlType();
public virtual Type GetNoCompileUserControlType ();
abstract member GetNoCompileUserControlType : unit -> Type
override this.GetNoCompileUserControlType : unit -> Type
Public Overridable Function GetNoCompileUserControlType () As Type

返回

应该用于未动态编译的页或控件的返回 Type。 默认值为 null

注解

可以重写 GetNoCompileUserControlType 方法,以指定被视为未动态编译的页面或控件的返回类型。 默认值为 null

GetNoCompileUserControlType在 .NET Framework 版本 3.5 中引入。 有关详细信息,请参见版本和依赖关系

适用于

另请参阅