HttpBrowserCapabilitiesBase.Frames 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否支持 HTML 帧。

public:
 virtual property bool Frames { bool get(); };
public virtual bool Frames { get; }
member this.Frames : bool
Public Overridable ReadOnly Property Frames As Boolean

属性值

true 如果浏览器支持帧,则为否则,为 false.

例外

适用于