VirtualPathProviderViewEngine::FileExists Method
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)
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.
Show: