welcome to .net developement bar

HttpBrowserCapabilities类

                  //HttpBrowserCapabilities类//            
    /*------------------------------------------------------------------*/
    class HttpBrowserCapabilities : HttpCapabilitiesBase
    {
        public bool ActiveXControls { get;}
        public bool AOL { get;}
        public bool BackgroundSounds { get;}
        public bool Beta { get;}
        public bool Browser { get;}
        public bool CDF { get;}
        public Version ClrVersion { get;}
        public bool Cookies { get;}
        public bool Crawler { get;}
        public Version EcmaScriptVersion { get;}
        public bool Frames { get;}
        public bool JavaApplets { get;}
        public bool JavaScript { get;}
        public int MajorVersion { get;}
        public double MinorVersion { get;}
        public Version MSDomVersion { get;}
        public string Platform { get;}
        public bool Tables { get;}
        public bool Type { get;}
        public bool VBScript { get;}
        public string Version { get;}
        public Version W3CDomVersion { get;}
        public bool Win16 { get;}
        public bool Win32 { get;}
        //.....
       
   
    }
    /*---------------------------------------------------------------- --*/

posted @ 2006-04-15 18:55  endif  阅读(301)  评论(0)    收藏  举报