Info
Version: | 1.0.0 |
Author(s): | Andrei Ignat |
Last Update: | Wednesday, February 1, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ignatandrei/AspNetCoreImageTagHelper |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.Mvc.ImageBase64 |
Install
Install-Package AspNetCore.Mvc.ImageBase64
dotnet add package AspNetCore.Mvc.ImageBase64
paket add AspNetCore.Mvc.ImageBase64
AspNetCore.Mvc.ImageBase64 Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- Microsoft.AspNetCore.Mvc.Razor(>= 1.1.1)
- Microsoft.AspNetCore.Mvc.TagHelpers(>= 1.1.1)
- Microsoft.AspNetCore.Routing.Abstractions(>= 1.1.0)
- Microsoft.Extensions.Caching.Memory(>= 1.1.0)
- Microsoft.Extensions.FileSystemGlobbing(>= 1.1.0)
- Microsoft.Extensions.Primitives(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
- Microsoft.AspNetCore.Mvc.Razor(>= 1.1.1)
- Microsoft.AspNetCore.Mvc.TagHelpers(>= 1.1.1)
- Microsoft.AspNetCore.Routing.Abstractions(>= 1.1.0)
- Microsoft.Extensions.Caching.Memory(>= 1.1.0)
- Microsoft.Extensions.FileSystemGlobbing(>= 1.1.0)
- Microsoft.Extensions.Primitives(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
Tags
Put img asp-render-base64='true' and in the _ViewImports @addTagHelper *, AspNetCore.Mvc.ImageBase64.