Internet.

Slug(string, string) Method

Summary

Gets a random slug.
Namespace
Faker
Containing Type
Internet

Syntax

[SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Justification = "We don't want upper case slugs")]
public static string Slug(string words = null, string glue = null)

Attributes

Type Description
SuppressMessageAttribute

Parameters

Name Type Description
words string The words.
glue string The glue.

Return Value

Type Description
string The slug.
GitHub