Summary
Gets a random RoboHash.org image URL.
Syntax
public static string Image(string slug = null, string size = "300x300", ImageFormat format = png, string set = "set1")
Parameters
Name | Type | Description |
---|---|---|
slug | string | The optional slug to set instead of generating a new random slug. |
size | string | The image size |
format | ImageFormat | The image format |
set | string | The image set to use in url generation |
Return Value
Type | Description |
---|---|
string | The randomly generated Robo hash image URL. |