IdenticonResult Class

Defines a result that will render and return an identicon.
public class IdenticonResult : IActionResult
View source
Namespace
Jdenticon.AspNetCore
Package
PackageJdenticon.AspNetCore
Inheritance
SystemObject Jdenticon.AspNetCoreIdenticonResult

Methods

Public methodExecuteResultAsync
Creates and sends the identicon to the client asynchronously.
Public methodStatic memberFromHash(Byte, Int32, ExportImageFormat)
Creates an IdenticonResult instance with the specified hash.
Public methodStatic memberFromHash(String, Int32, ExportImageFormat)
Creates an IdenticonResult instance with the specified hash.
Public methodStatic memberFromIcon
Creates an IdenticonResult instance with a hash of the specified object.
Public methodStatic memberFromValue
Creates an IdenticonResult instance with a hash of the specified object.

See Also

Reference