Summary
Gets a random FlatHash.com image URL.
Syntax
public static string Image(bool useSsl, string slug = null, FlatHashImageFormat format = png)
Parameters
Name | Type | Description |
---|---|---|
useSsl | bool | Set to true if https should be used, otherwise false |
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. |