Summary
Gets a random RoboHash.org image URL.
Syntax
public static string Image(string slug = null, string size = "300x300", RoboHashImageFormat 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 |
RoboHashImageFormat |
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. |
See Also