IVirtualPathFactory Interface
Definition
Defines methods that are implemented by virtual path handler factories.
public interface IVirtualPathFactory
type IVirtualPathFactory = interface
Public Interface IVirtualPathFactory
- Derived
Methods
CreateInstance(String) |
Creates a handler factory for the specified virtual path. |
Exists(String) |
Determines whether the specified virtual path is associated with a handler factory. |