HttpBrowserCapabilitiesBase.RequiresUniqueHtmlInputNames 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否要求多个 HTML input 元素各自使用唯一 name 特性值。

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

属性值

Boolean

如果该浏览器要求多个 HTML input 元素各自使用唯一 name 属性值,则为 true;否则为 false

例外

适用于