Generates identicons as SVG or PNG files on the .NET Framework and .NET Standard platforms.
This package provides the following features:
* Render SVG identicons
* Render PNG identicons
Commonly used types:
* Jdenticon.Identicon
* Jdenticon.IdenticonStyle
* Jdenticon.Rendering.Color
Extends Jdenticon-net with features to use Jdenticon with ASP.NET Core.
This package contains:
* IdenticonTagHelper
* @Html.Identicon() extension method
* @Url.Identicon() extension method
* IdenticonResult for usage in MVC controllers
JavaScript library generating identicons using SVG graphics or HTML5 canvas.
If you intend to generate icons server-side, consider using any of the .NET packages instead:
* Jdenticon-net
* Jdenticon.AspNetCore
* Jdenticon.AspNet.Mvc
* Jdenticon.AspNet.WebApi
* Jdenticon.AspNet.WebForms
This is a dependency to Jdenticon.WinForms. You probably want to install the Jdenticon.WinForms package instead.
This package can on its own be used to:
* Render identicons to System.Drawing.Graphics
* Render identicons to System.Drawing.Bitmap
* Render EMF (Enhanced Metafile) identicons
This...
More information
Extends Jdenticon-net with features to use Jdenticon with ASP.NET MVC.
This package contains:
* @Html.Identicon() extension method
* @Url.Identicon() extension method
* IdenticonResult for usage in MVC controllers