AspNetCore.Mvc.ImageBase64
1.0.0
Image Base64 rendering Tag helper. Put img asp-render-base64='true' and in the _ViewImports @addTagHelper *, AspNetCore.Mvc.ImageBase64
Install-Package AspNetCore.Mvc.ImageBase64 -Version 1.0.0
dotnet add package AspNetCore.Mvc.ImageBase64 --version 1.0.0
<PackageReference Include="AspNetCore.Mvc.ImageBase64" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.Mvc.ImageBase64 --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.Mvc.ImageBase64, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNetCore.Mvc.ImageBase64 as a Cake Addin
#addin nuget:?package=AspNetCore.Mvc.ImageBase64&version=1.0.0
// Install AspNetCore.Mvc.ImageBase64 as a Cake Tool
#tool nuget:?package=AspNetCore.Mvc.ImageBase64&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
First Release for render base 64 images directly in browser .Use @addTagHelper *, AspNetCore.Mvc.ImageBase64 and <img asp-render-base64='true'. See https://github.com/ignatandrei/AspNetCoreImageTagHelper for more details.
Dependencies
-
.NETFramework 4.5.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)
-
.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)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 2,141 | 2/1/2017 |