C# Class MobileDetection, Hybrid-Framework-Best-Practices

Subclass this page to inherit the built-in mobile device detection.
Exibir arquivo Open project: jbreuer/Hybrid-Framework-Best-Practices Class Usage Examples

Public Methods

Method Description
DetectAmazonSilk ( ) : bool
DetectAndroid ( ) : bool
DetectAndroidPhone ( ) : bool
DetectAndroidTablet ( ) : bool
DetectAndroidWebKit ( ) : bool
DetectArchos ( ) : bool
DetectBlackBerry ( ) : bool
DetectBlackBerryHigh ( ) : bool
DetectBlackBerryLow ( ) : bool
DetectBlackBerryTablet ( ) : bool
DetectBlackBerryTouch ( ) : bool
DetectBlackBerryWebKit ( ) : bool
DetectBrewDevice ( ) : bool
DetectDangerHiptop ( ) : bool
DetectGameConsole ( ) : bool
DetectGarminNuvifone ( ) : bool
DetectGoogleTV ( ) : bool
DetectIos ( ) : bool
DetectIpad ( ) : bool
DetectIphone ( ) : bool
DetectIphoneOrIpod ( ) : bool
DetectIpod ( ) : bool
DetectKindle ( ) : bool
DetectMaemoTablet ( ) : bool
DetectMidpCapable ( ) : bool
DetectMobileLong ( ) : bool
DetectMobileQuick ( ) : bool
DetectNintendo ( ) : bool
DetectOperaAndroidPhone ( ) : bool
DetectOperaAndroidTablet ( ) : bool
DetectOperaMobile ( ) : bool
DetectPalmOS ( ) : bool
DetectPalmWebOS ( ) : bool
DetectS60OssBrowser ( ) : bool
DetectSmartphone ( ) : bool
DetectSonyMylo ( ) : bool
DetectSonyPlaystation ( ) : bool
DetectSymbianOS ( ) : bool
DetectTierIphone ( ) : bool
DetectTierOtherPhones ( ) : bool
DetectTierRichCss ( ) : bool
DetectTierTablet ( ) : bool
DetectWapWml ( ) : bool
DetectWebOSTablet ( ) : bool
DetectWebkit ( ) : bool
DetectWindowsMobile ( ) : bool
DetectWindowsPhone7 ( ) : bool
DetectXbox ( ) : bool
MobileDetection ( HttpContext context ) : System

To instantiate a WebPage sub-class with built-in mobile device detection delegates and events.

Method Details

DetectAmazonSilk() public method

public DetectAmazonSilk ( ) : bool
return bool

DetectAndroid() public method

public DetectAndroid ( ) : bool
return bool

DetectAndroidPhone() public method

public DetectAndroidPhone ( ) : bool
return bool

DetectAndroidTablet() public method

public DetectAndroidTablet ( ) : bool
return bool

DetectAndroidWebKit() public method

public DetectAndroidWebKit ( ) : bool
return bool

DetectArchos() public method

public DetectArchos ( ) : bool
return bool

DetectBlackBerry() public method

public DetectBlackBerry ( ) : bool
return bool

DetectBlackBerryHigh() public method

public DetectBlackBerryHigh ( ) : bool
return bool

DetectBlackBerryLow() public method

public DetectBlackBerryLow ( ) : bool
return bool

DetectBlackBerryTablet() public method

public DetectBlackBerryTablet ( ) : bool
return bool

DetectBlackBerryTouch() public method

public DetectBlackBerryTouch ( ) : bool
return bool

DetectBlackBerryWebKit() public method

public DetectBlackBerryWebKit ( ) : bool
return bool

DetectBrewDevice() public method

public DetectBrewDevice ( ) : bool
return bool

DetectDangerHiptop() public method

public DetectDangerHiptop ( ) : bool
return bool

DetectGameConsole() public method

public DetectGameConsole ( ) : bool
return bool

DetectGarminNuvifone() public method

public DetectGarminNuvifone ( ) : bool
return bool

DetectGoogleTV() public method

public DetectGoogleTV ( ) : bool
return bool

DetectIos() public method

public DetectIos ( ) : bool
return bool

DetectIpad() public method

public DetectIpad ( ) : bool
return bool

DetectIphone() public method

public DetectIphone ( ) : bool
return bool

DetectIphoneOrIpod() public method

public DetectIphoneOrIpod ( ) : bool
return bool

DetectIpod() public method

public DetectIpod ( ) : bool
return bool

DetectKindle() public method

public DetectKindle ( ) : bool
return bool

DetectMaemoTablet() public method

public DetectMaemoTablet ( ) : bool
return bool

DetectMidpCapable() public method

public DetectMidpCapable ( ) : bool
return bool

DetectMobileLong() public method

public DetectMobileLong ( ) : bool
return bool

DetectMobileQuick() public method

public DetectMobileQuick ( ) : bool
return bool

DetectNintendo() public method

public DetectNintendo ( ) : bool
return bool

DetectOperaAndroidPhone() public method

public DetectOperaAndroidPhone ( ) : bool
return bool

DetectOperaAndroidTablet() public method

public DetectOperaAndroidTablet ( ) : bool
return bool

DetectOperaMobile() public method

public DetectOperaMobile ( ) : bool
return bool

DetectPalmOS() public method

public DetectPalmOS ( ) : bool
return bool

DetectPalmWebOS() public method

public DetectPalmWebOS ( ) : bool
return bool

DetectS60OssBrowser() public method

public DetectS60OssBrowser ( ) : bool
return bool

DetectSmartphone() public method

public DetectSmartphone ( ) : bool
return bool

DetectSonyMylo() public method

public DetectSonyMylo ( ) : bool
return bool

DetectSonyPlaystation() public method

public DetectSonyPlaystation ( ) : bool
return bool

DetectSymbianOS() public method

public DetectSymbianOS ( ) : bool
return bool

DetectTierIphone() public method

public DetectTierIphone ( ) : bool
return bool

DetectTierOtherPhones() public method

public DetectTierOtherPhones ( ) : bool
return bool

DetectTierRichCss() public method

public DetectTierRichCss ( ) : bool
return bool

DetectTierTablet() public method

public DetectTierTablet ( ) : bool
return bool

DetectWapWml() public method

public DetectWapWml ( ) : bool
return bool

DetectWebOSTablet() public method

public DetectWebOSTablet ( ) : bool
return bool

DetectWebkit() public method

public DetectWebkit ( ) : bool
return bool

DetectWindowsMobile() public method

public DetectWindowsMobile ( ) : bool
return bool

DetectWindowsPhone7() public method

public DetectWindowsPhone7 ( ) : bool
return bool

DetectXbox() public method

public DetectXbox ( ) : bool
return bool

MobileDetection() public method

To instantiate a WebPage sub-class with built-in mobile device detection delegates and events.
public MobileDetection ( HttpContext context ) : System
context HttpContext
return System