HttpBrowserCapabilitiesBase.RequiresDBCSCharacter 属性
定义
当在派生类中重写时,获取一个值,该值指示浏览器是否需要双字节字符集。When overridden in a derived class, gets a value that indicates whether the browser requires a double-byte character set.
public:
virtual property bool RequiresDBCSCharacter { bool get(); };
public virtual bool RequiresDBCSCharacter { get; }
member this.RequiresDBCSCharacter : bool
Public Overridable ReadOnly Property RequiresDBCSCharacter As Boolean
属性值
如果浏览器需要双字节字符集,则为 true;否则为 false。true if the browser requires a double-byte character set; otherwise, false.
例外
始终。Always.