BuildManagerViewEngine.FileExists(ControllerContext, String) Method

Definition

Gets a value that indicates whether a file exists in the specified virtual file system (path).

C#
protected override bool FileExists (System.Web.Mvc.ControllerContext controllerContext, string virtualPath);

Parameters

controllerContext
ControllerContext

The controller context.

virtualPath
String

The virtual path.

Returns

true if the file exists in the virtual file system; otherwise, false.

Applies to

Product Versions
ASP.NET MVC 5.2