WebFormViewEngine.FileExists Method
Visual Studio 2010
Determines whether a file at the specified location exists for the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected override bool FileExists( ControllerContext controllerContext, string virtualPath )
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- virtualPath
- Type: System.String
The virtual path.
Community Additions
ADD
Show: