Share via


IFileVersionProvider.AddFileVersionToPath(PathString, String) Method

Definition

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.

Applies to