Share via


IVirtualPathFactory.Exists(String) Method

Definition

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.

Applies to