IUserControlTypeResolutionService 接口

定义

定义一个类为返回对应指定标记前缀和标记名称的控件的类型而必须实现的方法。

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

注解

页面开发人员和控件作者不使用 IUserControlTypeResolutionService 界面。 IUserControlTypeResolutionService接口由工具开发人员实现,以返回 Type 由标记前缀和标记名称标识的控件的。

方法

GetType(String, String)

基于分析而得的 ASP.NET 标记前缀和标记名称检索类型。

适用于

另请参阅