C# 클래스 System.Web.Mvc.StringExtensions

파일 보기 프로젝트 열기: lgn/CurrentProject

공개 메소드들

메소드 설명
Chop ( this content, string separator ) : string
CreateSlug ( this source ) : string
FormattedDayMonth ( this dayMonth ) : string
StripHTML ( this htmlString ) : string

메소드 상세

Chop() 공개 정적인 메소드

public static Chop ( this content, string separator ) : string
content this
separator string
리턴 string

CreateSlug() 공개 정적인 메소드

public static CreateSlug ( this source ) : string
source this
리턴 string

FormattedDayMonth() 공개 정적인 메소드

public static FormattedDayMonth ( this dayMonth ) : string
dayMonth this
리턴 string

StripHTML() 공개 정적인 메소드

public static StripHTML ( this htmlString ) : string
htmlString this
리턴 string