Summary
Gets a random slug.
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 |
---|---|
Suppress |
Parameters
Name | Type | Description |
---|---|---|
words | string | The words. |
glue | string | The glue. |
Return Value
Type | Description |
---|---|
string | The slug. |