Share via


VirtualPathFactoryManager.Exists Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Function Exists ( _
    virtualPath As String _
) As Boolean
'Usage
Dim instance As VirtualPathFactoryManager 
Dim virtualPath As String 
Dim returnValue As Boolean 

returnValue = instance.Exists(virtualPath)
public bool Exists(
    string virtualPath
)
public:
virtual bool Exists(
    String^ virtualPath
) sealed
abstract Exists : 
        virtualPath:string -> bool  
override Exists : 
        virtualPath:string -> bool
public final function Exists(
    virtualPath : String
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

IVirtualPathFactory.Exists(String)

See Also

Reference

VirtualPathFactoryManager Class

System.Web.WebPages Namespace