Placeholder.

Placeholdit(string, PlaceholditImageFormat, string, string, string) Method

Summary

Generates a url pointing to the website placehold.it.
Namespace
Faker
Containing Type
Placeholder

Syntax

public static string Placeholdit(string size = "300x300", PlaceholditImageFormat format = png, string backgroundColor = null, string textColor = null, string text = null)

Parameters

Name Type Description
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 Value

Type Description
string The generated image.
GitHub