IFileVersionProvider.AddFileVersionToPath(PathString, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds version query parameter to the specified file path.
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
Parameters
- requestPathBase
- PathString
The base path for the current HTTP request.
- path
- String
The path of the file to which version should be added.
Returns
Path containing the version query string.