Summary
Gets a random FlatHash.com image URL.
Syntax
public static string Image(string slug = null, FlatHashImageFormat format = png)
Parameters
| Name | Type | Description |
|---|---|---|
| slug | string | The optional slug to use instead of generating a new random slug. |
| format | FlatHashImageFormat | The image format to use. |
Return Value
| Type | Description |
|---|---|
| string | The random image URL. |