共用方式為


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 版引進。 如需詳細資訊,請參閱版本和相依性

適用於

另請參閱