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

属性值

Boolean

true 如果浏览器客户端支持背景声音,则为;否则为 falsetrue if the browser client supports background sounds; otherwise, false. 默认值为 falseThe default is false.

适用于