C# 클래스 FluentWebControls.Extensions.StringExtensions

파일 보기 프로젝트 열기: mvbalaw/FluentWebControls

공개 메소드들

메소드 설명
CombineWithWebCompatibleSeparator ( this prefix, string suffix ) : string
CreateQuotedAttribute ( this value, string name ) : string
EscapeForTagAttribute ( this value ) : string
EscapeForUrl ( this value ) : string

비공개 메소드들

메소드 설명
EmptyToNull ( [ str, bool trimFirst ) : string
EscapeForHtml ( this input ) : string
ToSortDirection ( [ sortDirection ) : ListSortDirection

메소드 상세

CombineWithWebCompatibleSeparator() 공개 정적인 메소드

public static CombineWithWebCompatibleSeparator ( this prefix, string suffix ) : string
prefix this
suffix string
리턴 string

CreateQuotedAttribute() 공개 정적인 메소드

public static CreateQuotedAttribute ( this value, string name ) : string
value this
name string
리턴 string

EscapeForTagAttribute() 공개 정적인 메소드

public static EscapeForTagAttribute ( this value ) : string
value this
리턴 string

EscapeForUrl() 공개 정적인 메소드

public static EscapeForUrl ( this value ) : string
value this
리턴 string