IVirtualPathFactory.Exists(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified virtual path is associated with a handler factory.
public bool Exists (string virtualPath);
abstract member Exists : string -> bool
Public Function Exists (virtualPath As String) As Boolean
Parameters
- virtualPath
- String
The virtual path.
Returns
true if a handler factory exists for the specified virtual path; otherwise, false.