C# 클래스 BetterCms.Module.Root.Mvc.Helpers.StringHelper

파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
Transliterate ( this text, bool allowunicodeCharacters = false ) : string
UrlHash ( this url ) : string

비공개 메소드들

메소드 설명
EnsureLatinSybmols ( ) : void
ReplaceWithLatinSymbols ( string text ) : string
StringHelper ( ) : System.Collections.Generic

메소드 상세

Transliterate() 공개 정적인 메소드

public static Transliterate ( this text, bool allowunicodeCharacters = false ) : string
text this
allowunicodeCharacters bool
리턴 string

UrlHash() 공개 정적인 메소드

public static UrlHash ( this url ) : string
url this
리턴 string