C# Class MovingScrewdriver.Web.Infrastructure.SlugConverter

Afficher le fichier Open project: Gutek/MovingScrewdriver

Méthodes publiques

Méthode Description
TitleToSlug ( string title ) : string

Private Methods

Méthode Description
RemoveDiacritics ( string value ) : string

Strips the value from any non English character by replacing those with their English equivalent.

ReplaceNonWordWithDashes ( string title ) : string

Method Details

TitleToSlug() public static méthode

public static TitleToSlug ( string title ) : string
title string
Résultat string