Summary
Gets a random RoboHash.org image URL.
Syntax
public static string Image(bool useSsl, string slug = null, string size = "300x300", RoboHashImageFormat format = png, string set = "set1")
Parameters
Name |
Type |
Description |
useSsl |
bool |
Set to true if https should be used, otherwise false |
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