HttpBrowserCapabilities.BackgroundSounds 属性
定义
获取一个值,该值指示客户端浏览器是否支持背景声音。Gets a value indicating whether the client browser supports background sounds.
public:
property bool BackgroundSounds { bool get(); };
public bool BackgroundSounds { get; }
member this.BackgroundSounds : bool
Public ReadOnly Property BackgroundSounds As Boolean
属性值
true 如果浏览器客户端支持背景声音,则为;否则为 false 。true if the browser client supports background sounds; otherwise, false. 默认值为 false。The default is false.