C# Класс cloudscribe.Web.Common.Extensions.HttpRequestExtensions

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

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

Метод Описание
IsAjaxRequest ( this request ) : bool
IsMobileBrowser ( this request ) : bool
PathAndQuery ( this request ) : string
UserAgent ( this request ) : string

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

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

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

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

public static IsMobileBrowser ( this request ) : bool
request this
Результат bool

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

public static PathAndQuery ( this request ) : string
request this
Результат string

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

public static UserAgent ( this request ) : string
request this
Результат string