2 implementations of AddFileVersionToPath
Identity.DefaultUI.WebSite (1)
FileVersionProvider.cs (1)
13
public string
AddFileVersionToPath
(PathString requestPathBase, string path) => path;
Microsoft.AspNetCore.Mvc.Razor (1)
Infrastructure\DefaultFileVersionProvider.cs (1)
36
public string
AddFileVersionToPath
(PathString requestPathBase, string path)
3 references to AddFileVersionToPath
Microsoft.AspNetCore.Mvc.TagHelpers (3)
ImageTagHelper.cs (1)
153
url = FileVersionProvider.
AddFileVersionToPath
(pathBase, url);
LinkTagHelper.cs (1)
546
url = FileVersionProvider.
AddFileVersionToPath
(pathBase, url);
ScriptTagHelper.cs (1)
425
srcValue = FileVersionProvider.
AddFileVersionToPath
(pathBase, srcValue);