C# Класс FluentWebControls.Extensions.StringExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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