Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns a value that indicates whether the file is in the specified path by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Function FileExists ( _
controllerContext As ControllerContext, _
virtualPath As String _
) As Boolean
protected virtual bool FileExists(
ControllerContext controllerContext,
string virtualPath
)
protected:
virtual bool FileExists(
ControllerContext^ controllerContext,
String^ virtualPath
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- virtualPath
Type: System.String
The virtual path.
Return Value
Type: System.Boolean
true if the file is in the specified path; otherwise, false.