IFileVersionProvider.AddFileVersionToPath(PathString, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將版本查詢參數新增至指定的檔案路徑。
public:
System::String ^ AddFileVersionToPath(Microsoft::AspNetCore::Http::PathString requestPathBase, System::String ^ path);
public string AddFileVersionToPath (Microsoft.AspNetCore.Http.PathString requestPathBase, string path);
abstract member AddFileVersionToPath : Microsoft.AspNetCore.Http.PathString * string -> string
Public Function AddFileVersionToPath (requestPathBase As PathString, path As String) As String
參數
- requestPathBase
- PathString
目前 HTTP 要求的基底路徑。
- path
- String
應該將版本新增至其中的檔案路徑。
傳回
包含版本查詢字串的路徑。