VirtualPathProviderViewEngine.FileExists(ControllerContext, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值會使用指定的控制器內容,指出檔案是否位於指定的路徑。
protected virtual bool FileExists (System.Web.Mvc.ControllerContext controllerContext, string virtualPath);
abstract member FileExists : System.Web.Mvc.ControllerContext * string -> bool
override this.FileExists : System.Web.Mvc.ControllerContext * string -> bool
Protected Overridable Function FileExists (controllerContext As ControllerContext, virtualPath As String) As Boolean
參數
- controllerContext
- ControllerContext
控制器內容。
- virtualPath
- String
虛擬路徑。
傳回
如果檔案位於指定的路徑,則為 true;否則為 false。