IVirtualPathFactory Interface
Defines methods that are implemented by virtual path handler factories.
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public Interface IVirtualPathFactory
'Usage
Dim instance As IVirtualPathFactory
public interface IVirtualPathFactory
public interface class IVirtualPathFactory
type IVirtualPathFactory = interface end
public interface IVirtualPathFactory
The IVirtualPathFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateInstance | Creates a handler factory for the specified virtual path. | |
Exists | Determines whether the specified virtual path is associated with a handler factory. |
Top