C# 클래스 Web.Infrastructure.Extensions.StringExtensions

파일 보기 프로젝트 열기: ssdug/Public-Site

공개 메소드들

메소드 설명
RemoveAccents ( this input ) : string
Slugify ( this input ) : string

메소드 상세

RemoveAccents() 공개 정적인 메소드

public static RemoveAccents ( this input ) : string
input this
리턴 string

Slugify() 공개 정적인 메소드

public static Slugify ( this input ) : string
input this
리턴 string