C# Класс Faker.Placeholder

A collection of Placeholder related resources.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Placeholdit() публичный статический Метод

Generates a url pointing to the website placehold.it.
/// /// If the is not in the format '300' and not in the format '300x300'. /// /// If the background color is not a hex color value without '#' /// If the text color is not a hex color value without '#' ///
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.
Результат string