A .NET Standard library that provides razor tag helpers that allow web root relative paths to be replaced by an alternative location rather than the local path.
Info
Version: | 3.0.26 |
Author(s): | Kyle Herzog |
Last Update: | Monday, March 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kyleherzog/AlternateWebRootUtilities |
NuGet Url: | https://www.nuget.org/packages/AlternateWebRootUtilities |
Install
Install-Package AlternateWebRootUtilities
dotnet add package AlternateWebRootUtilities
paket add AlternateWebRootUtilities
AlternateWebRootUtilities Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 2.2.0)
- Microsoft.AspNetCore.Razor(>= 2.2.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.5)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.5)
Tags