C# 클래스 Warehouse.UtilsExtensions

파일 보기 프로젝트 열기: Starcounter/Warehouse

공개 메소드들

메소드 설명
GenerateSlug ( this phrase ) : string

Source: http://stackoverflow.com/questions/2920744/url-slugify-algorithm-in-c Author: Cory House

RemoveAccent ( this txt ) : string

메소드 상세

GenerateSlug() 공개 정적인 메소드

Source: http://stackoverflow.com/questions/2920744/url-slugify-algorithm-in-c Author: Cory House
public static GenerateSlug ( this phrase ) : string
phrase this
리턴 string

RemoveAccent() 공개 정적인 메소드

public static RemoveAccent ( this txt ) : string
txt this
리턴 string