IVirtualPathFactory 接口

定义

定义了虚拟路径处理程序工厂所实现的方法。

public interface IVirtualPathFactory
type IVirtualPathFactory = interface
Public Interface IVirtualPathFactory
派生

方法

CreateInstance(String)

为指定的虚拟路径创建处理程序工厂。

Exists(String)

确定指定的虚拟路径是否与处理程序工厂相关联。

适用于