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