HttpBrowserCapabilitiesBase.CDF 属性
定义
在派生类中重写时,获取一个值,该值指示浏览器是否支持频道定义格式 (CDF) 用于网络广播。When overridden in a derived class, gets a value that indicates whether the browser supports Channel Definition Format (CDF) for webcasting.
public:
virtual property bool CDF { bool get(); };
public virtual bool CDF { get; }
member this.CDF : bool
Public Overridable ReadOnly Property CDF As Boolean
属性值
如果浏览器支持 CDF,则为 true;否则为 false。true if the browser supports CDF; otherwise, false.
例外
始终。Always.