Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignatandrei/aspnetcoreimagetaghelper
First Release for rendering base 64 images in ASP.NET Core. See https://en.wikipedia.org/wiki/Data_URI_scheme for more details.In the _ViewImports @addTagHelper *, AspNetCore.Mvc.ImageBase64 "
https://github.com/ignatandrei/aspnetcoreimagetaghelper
Last synced: 22 days ago
JSON representation
First Release for rendering base 64 images in ASP.NET Core. See https://en.wikipedia.org/wiki/Data_URI_scheme for more details.In the _ViewImports @addTagHelper *, AspNetCore.Mvc.ImageBase64 "
- Host: GitHub
- URL: https://github.com/ignatandrei/aspnetcoreimagetaghelper
- Owner: ignatandrei
- License: mit
- Created: 2017-02-01T10:41:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:33:51.000Z (about 2 years ago)
- Last Synced: 2024-12-05T19:17:48.105Z (about 1 month ago)
- Language: C#
- Size: 558 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AspNetCoreImageTagHelper
[![Build status](https://ci.appveyor.com/api/projects/status/pkt3xn2wquk1duhd?svg=true)](https://ci.appveyor.com/project/davidrevoledo/aspnetcoreimagetaghelper)
![NuGet](https://img.shields.io/nuget/v/AspNetCore.Mvc.ImageBase64.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)First Release for rendering base 64 images in ASP.NET Core.
See https://en.wikipedia.org/wiki/Data_URI_scheme for more details.
Instructions for AspNetCore:
In the _ViewImports.cshtml put
@addTagHelper *, AspNetCore.Mvc.ImageBase64
In the Razor page just put
<img src='~/ relative path to the image ' asp-render-base64='true' />
NuGet Package at https://www.nuget.org/packages/AspNetCore.Mvc.ImageBase64/
( to generate the nuget package run\dotnet pack -c Release
in the folder )
# Support this softwareThis software is available for free and all of its source code is public domain. If you want further modifications, or just to show that you appreciate this, money are always welcome.
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/ignatandrei1970/25)
* $5 for a cup of coffee
* $10 for pizza
* $25 for a lunch or two
* $100+ for upgrading my development environment