C# Класс mobSocial.WebApi.Extensions.UtilityExtensions

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

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

Метод Описание
IsAjaxRequest ( this request, bool pjaxOnly = false ) : bool
IsInteger ( this str ) : bool
IsNumeric ( this str ) : bool

Описание методов

IsAjaxRequest() публичный статический Метод

public static IsAjaxRequest ( this request, bool pjaxOnly = false ) : bool
request this
pjaxOnly bool
Результат bool

IsInteger() публичный статический Метод

public static IsInteger ( this str ) : bool
str this
Результат bool

IsNumeric() публичный статический Метод

public static IsNumeric ( this str ) : bool
str this
Результат bool