7 references to Type
System.Web (5)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (1)
673return _browser.Type;
HttpApplication.cs (1)
1430return context.Request.Browser.Type;
HttpCookie.cs (1)
301return (browser != null && (browser.Type != "IE5" || browser.Platform != "MacPPC"));
UI\WebControls\Wizard.cs (1)
1195_isMacIE = (browser != null && browser.Type == "IE5" && browser.Platform == "MacPPC");
UI\WebParts\WebZone.cs (1)
571Page.Request.Browser.Type == "IE5" &&
System.Web.Mobile (2)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
1235(_writer.Device.Type == _pocketPC) && 1290((HtmlMobileTextWriter)_writer).Device.Type == _pocketPC) ? "+2" : "+1";