IUserControlTypeResolutionService 인터페이스

정의

지정된 태그 접두사 및 태그 이름에 대한 컨트롤 형식을 반환하기 위해 클래스가 구현해야 하는 메서드를 정의합니다.

public interface class IUserControlTypeResolutionService
public interface IUserControlTypeResolutionService
type IUserControlTypeResolutionService = interface
Public Interface IUserControlTypeResolutionService

설명

페이지 개발자 및 컨트롤 작성자는 인터페이스를 IUserControlTypeResolutionService 사용하지 않습니다. IUserControlTypeResolutionService 이 인터페이스는 도구 개발자가 태그 접두사 및 태그 이름으로 식별되는 컨트롤을 반환 Type 하기 위해 구현됩니다.

메서드

Name Description
GetType(String, String)

구문 분석된 ASP.NET 태그 접두사 및 태그 이름을 기반으로 형식을 검색합니다.

적용 대상

추가 정보