C# Class EventsZilla.Core.SlugConverter

Afficher le fichier Open project: synhershko/EventsZilla

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