Свойство | Type | Description | |
---|---|---|---|
SlugMaxChars | int | ||
SlugMaxWords | int |
Méthode | Description | |
---|---|---|
Slugify ( string text ) : string |
Will strip all non-alphanumeric characters and replace all spaces with `-` to make a URL friendly "slug"
|
Méthode | Description | |
---|---|---|
Slugger ( ) : System |
public static Slugify ( string text ) : string | ||
text | string | |
Résultat | string |