Internet.

DomainWord() Method

Summary

Generates a random domain word.
Namespace
Faker
Containing Type
Internet

Syntax

[SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Justification = "We do not want upper case slugs")]
public static string DomainWord()

Attributes

Type Description
SuppressMessageAttribute

Return Value

Type Description
string The random domain word.
GitHub