HttpBrowserCapabilitiesBase.RequiresUniqueHtmlInputNames 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否需要多个 HTML name 元素的唯input一属性值。

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

属性值

true如果浏览器需要多个 HTML name 元素的唯一input属性值,则为 ;否则为 false

例外

适用于