HttpBrowserCapabilitiesBase.RequiresDBCSCharacter 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否需要双字节字符集。

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.

例外

适用于