Method | Description | |
---|---|---|
Placeholdit ( string size = "300x300", PlaceholditImageFormat format = PlaceholditImageFormat.png, string backgroundColor = null, string textColor = null, string text = null ) : string |
Generates a url pointing to the website placehold.it.
|
public static Placeholdit ( string size = "300x300", PlaceholditImageFormat format = PlaceholditImageFormat.png, string backgroundColor = null, string textColor = null, string text = null ) : string | ||
size | string | The size of the image |
format | PlaceholditImageFormat | The format the image |
backgroundColor | string | The image background color. |
textColor | string | The image text/foreground color. |
text | string | The text on the image. |
return | string |