다음을 통해 공유


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

동적으로 컴파일되지 않는 페이지나 컨트롤에 사용해야 하는 반환 Type입니다. 기본값은 null입니다.

설명

재정의할 수 있습니다는 GetNoCompileUserControlType 페이지나는 동적으로 컴파일되지 않은 경우에 따라 처리 되는 컨트롤의 반환 형식을 지정 하는 방법입니다. 기본값은 null입니다.

GetNoCompileUserControlType .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상

추가 정보