Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.RequestManager Class Reference

More...

Static Public Member Functions

static bool IsSwfUploadRequest (HttpRequest request)
 
static bool IsAjaxRequestMarkerSuppressed ()
 
static void SuppressAjaxRequestMarker ()
 
static void ResumeAjaxRequestMarker ()
 
static bool HasInputFieldMarker (HttpRequest request)
 
static bool HasXHeader (HttpRequest request)
 
static bool HasXMicrosoftAjaxHeader (HttpRequest request)
 

Properties

static bool IsAjaxRequest [get]
 
static bool IsMicrosoftAjaxRequest [get]
 
static bool?? IsOpera [get]
 
static bool?? IsOpera10_5 [get]
 
static bool?? IsChrome [get]
 
static bool?? IsWebKit [get]
 
static bool?? IsSafari [get]
 
static bool?? IsSafari3 [get]
 
static bool?? IsSafari4 [get]
 
static bool?? IsSafari5 [get]
 
static bool?? IsIE [get]
 
static bool IsIE6 [get]
 
static bool?? IsIE7 [get]
 
static bool?? IsIE8 [get]
 
static bool?? IsIE9 [get]
 
static bool?? IsIE10 [get]
 
static bool?? IsIE11 [get]
 
static bool?? IsGecko [get]
 
static bool?? IsGecko3 [get]
 
static bool?? IsGecko4 [get]
 
static bool?? IsGecko5 [get]
 
static bool?? IsGecko10 [get]
 
static bool?? IsiPad [get]
 
static bool?? IsAndroid [get]
 
static bool?? IsBlackberry [get]
 
static bool IsDesktop [get]
 
static bool IsTabletOrPhone [get]
 
static bool?? IsiPhone [get]
 Returns true for iPhone More...
 
static bool?? IsWindowsPhone [get]
 Returns true for Windows Phone More...
 
static bool IsIE7m [get]
 True if the detected browser is Internet Explorer 7.x or lower. More...
 
static bool IsIE7p [get]
 True if the detected browser is Internet Explorer 7.x or higher. More...
 
static bool IsIE8m [get]
 True if the detected browser is Internet Explorer 8.x or lower. More...
 
static bool IsIE8p [get]
 True if the detected browser is Internet Explorer 8.x or higher. More...
 
static bool IsIE9m [get]
 True if the detected browser is Internet Explorer 9.x or lower. More...
 
static bool IsIE9p [get]
 True if the detected browser is Internet Explorer 9.x or higher. More...
 
static bool IsIE10m [get]
 True if the detected browser is Internet Explorer 10.x or lower. More...
 
static bool IsIE10p [get]
 True if the detected browser is Internet Explorer 10.x or higher. More...
 
static bool IsIE11m [get]
 True if the detected browser is Internet Explorer 11.x or lower. More...
 
static bool IsIE11p [get]
 True if the detected browser is Internet Explorer 11.x or higher. More...
 
static bool?? IsWindows [get]
 
static bool?? IsMac [get]
 
static bool?? IsLinux [get]
 

Detailed Description

Member Function Documentation

◆ HasInputFieldMarker()

static bool Ext.Net.RequestManager.HasInputFieldMarker ( HttpRequest  request)
inlinestatic

Parameters
request
Returns

◆ HasXHeader()

static bool Ext.Net.RequestManager.HasXHeader ( HttpRequest  request)
inlinestatic

Parameters
request
Returns

◆ HasXMicrosoftAjaxHeader()

static bool Ext.Net.RequestManager.HasXMicrosoftAjaxHeader ( HttpRequest  request)
inlinestatic

Parameters
request
Returns

◆ IsAjaxRequestMarkerSuppressed()

static bool Ext.Net.RequestManager.IsAjaxRequestMarkerSuppressed ( )
inlinestatic

◆ IsSwfUploadRequest()

static bool Ext.Net.RequestManager.IsSwfUploadRequest ( HttpRequest  request)
inlinestatic

◆ ResumeAjaxRequestMarker()

static void Ext.Net.RequestManager.ResumeAjaxRequestMarker ( )
inlinestatic

◆ SuppressAjaxRequestMarker()

static void Ext.Net.RequestManager.SuppressAjaxRequestMarker ( )
inlinestatic

Property Documentation

◆ IsAjaxRequest

bool Ext.Net.RequestManager.IsAjaxRequest
staticget

◆ IsAndroid

bool?? Ext.Net.RequestManager.IsAndroid
staticget

◆ IsBlackberry

bool?? Ext.Net.RequestManager.IsBlackberry
staticget

◆ IsChrome

bool?? Ext.Net.RequestManager.IsChrome
staticget

◆ IsDesktop

bool Ext.Net.RequestManager.IsDesktop
staticget

◆ IsGecko

bool?? Ext.Net.RequestManager.IsGecko
staticget

◆ IsGecko10

bool?? Ext.Net.RequestManager.IsGecko10
staticget

◆ IsGecko3

bool?? Ext.Net.RequestManager.IsGecko3
staticget

◆ IsGecko4

bool?? Ext.Net.RequestManager.IsGecko4
staticget

◆ IsGecko5

bool?? Ext.Net.RequestManager.IsGecko5
staticget

◆ IsIE

bool?? Ext.Net.RequestManager.IsIE
staticget

◆ IsIE10

bool?? Ext.Net.RequestManager.IsIE10
staticget

◆ IsIE10m

bool Ext.Net.RequestManager.IsIE10m
staticget

True if the detected browser is Internet Explorer 10.x or lower.

◆ IsIE10p

bool Ext.Net.RequestManager.IsIE10p
staticget

True if the detected browser is Internet Explorer 10.x or higher.

◆ IsIE11

bool?? Ext.Net.RequestManager.IsIE11
staticget

◆ IsIE11m

bool Ext.Net.RequestManager.IsIE11m
staticget

True if the detected browser is Internet Explorer 11.x or lower.

◆ IsIE11p

bool Ext.Net.RequestManager.IsIE11p
staticget

True if the detected browser is Internet Explorer 11.x or higher.

◆ IsIE6

bool Ext.Net.RequestManager.IsIE6
staticget

◆ IsIE7

bool?? Ext.Net.RequestManager.IsIE7
staticget

◆ IsIE7m

bool Ext.Net.RequestManager.IsIE7m
staticget

True if the detected browser is Internet Explorer 7.x or lower.

◆ IsIE7p

bool Ext.Net.RequestManager.IsIE7p
staticget

True if the detected browser is Internet Explorer 7.x or higher.

◆ IsIE8

bool?? Ext.Net.RequestManager.IsIE8
staticget

◆ IsIE8m

bool Ext.Net.RequestManager.IsIE8m
staticget

True if the detected browser is Internet Explorer 8.x or lower.

◆ IsIE8p

bool Ext.Net.RequestManager.IsIE8p
staticget

True if the detected browser is Internet Explorer 8.x or higher.

◆ IsIE9

bool?? Ext.Net.RequestManager.IsIE9
staticget

◆ IsIE9m

bool Ext.Net.RequestManager.IsIE9m
staticget

True if the detected browser is Internet Explorer 9.x or lower.

◆ IsIE9p

bool Ext.Net.RequestManager.IsIE9p
staticget

True if the detected browser is Internet Explorer 9.x or higher.

◆ IsiPad

bool?? Ext.Net.RequestManager.IsiPad
staticget

◆ IsiPhone

bool?? Ext.Net.RequestManager.IsiPhone
staticget

Returns true for iPhone

◆ IsLinux

bool?? Ext.Net.RequestManager.IsLinux
staticget

◆ IsMac

bool?? Ext.Net.RequestManager.IsMac
staticget

◆ IsMicrosoftAjaxRequest

bool Ext.Net.RequestManager.IsMicrosoftAjaxRequest
staticget

◆ IsOpera

bool?? Ext.Net.RequestManager.IsOpera
staticget

◆ IsOpera10_5

bool?? Ext.Net.RequestManager.IsOpera10_5
staticget

◆ IsSafari

bool?? Ext.Net.RequestManager.IsSafari
staticget

◆ IsSafari3

bool?? Ext.Net.RequestManager.IsSafari3
staticget

◆ IsSafari4

bool?? Ext.Net.RequestManager.IsSafari4
staticget

◆ IsSafari5

bool?? Ext.Net.RequestManager.IsSafari5
staticget

◆ IsTabletOrPhone

bool Ext.Net.RequestManager.IsTabletOrPhone
staticget

◆ IsWebKit

bool?? Ext.Net.RequestManager.IsWebKit
staticget

◆ IsWindows

bool?? Ext.Net.RequestManager.IsWindows
staticget

◆ IsWindowsPhone

bool?? Ext.Net.RequestManager.IsWindowsPhone
staticget

Returns true for Windows Phone


The documentation for this class was generated from the following file: