C# Class FluentWebControls.Extensions.StringExtensions

ファイルを表示 Open project: mvbalaw/FluentWebControls

Public Methods

Method Description
CombineWithWebCompatibleSeparator ( this prefix, string suffix ) : string
CreateQuotedAttribute ( this value, string name ) : string
EscapeForTagAttribute ( this value ) : string
EscapeForUrl ( this value ) : string

Private Methods

Method Description
EmptyToNull ( [ str, bool trimFirst ) : string
EscapeForHtml ( this input ) : string
ToSortDirection ( [ sortDirection ) : ListSortDirection

Method Details

CombineWithWebCompatibleSeparator() public static method

public static CombineWithWebCompatibleSeparator ( this prefix, string suffix ) : string
prefix this
suffix string
return string

CreateQuotedAttribute() public static method

public static CreateQuotedAttribute ( this value, string name ) : string
value this
name string
return string

EscapeForTagAttribute() public static method

public static EscapeForTagAttribute ( this value ) : string
value this
return string

EscapeForUrl() public static method

public static EscapeForUrl ( this value ) : string
value this
return string