C# Class mobSocial.WebApi.Extensions.UtilityExtensions

Datei anzeigen Open project: mobsoftware/mobsocial

Public Methods

Method Description
IsAjaxRequest ( this request, bool pjaxOnly = false ) : bool
IsInteger ( this str ) : bool
IsNumeric ( this str ) : bool

Method Details

IsAjaxRequest() public static method

public static IsAjaxRequest ( this request, bool pjaxOnly = false ) : bool
request this
pjaxOnly bool
return bool

IsInteger() public static method

public static IsInteger ( this str ) : bool
str this
return bool

IsNumeric() public static method

public static IsNumeric ( this str ) : bool
str this
return bool