1 implementation of AddFileVersionToPath
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)
439srcValue = FileVersionProvider.AddFileVersionToPath(pathBase, srcValue);