C# 클래스 EventsZilla.Core.SlugConverter

파일 보기 프로젝트 열기: synhershko/EventsZilla

공개 메소드들

메소드 설명
TitleToSlug ( string title ) : string

비공개 메소드들

메소드 설명
RemoveDiacritics ( string value ) : string

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

ReplaceNonWordWithDashes ( string title ) : string

메소드 상세

TitleToSlug() 공개 정적인 메소드

public static TitleToSlug ( string title ) : string
title string
리턴 string