HttpBrowserCapabilitiesWrapper.RequiresUniqueFilePathSuffix 属性
定义
获取一个值,该值指示浏览器是否需要唯一表单操作 URL。Gets a value that indicates whether the browser requires unique form-action URLs.
public:
virtual property bool RequiresUniqueFilePathSuffix { bool get(); };
public override bool RequiresUniqueFilePathSuffix { get; }
member this.RequiresUniqueFilePathSuffix : bool
Public Overrides ReadOnly Property RequiresUniqueFilePathSuffix As Boolean
属性值
如果浏览器需要唯一表单操作 URL,则为 true;否则为 false。true if the browser requires unique form-action URLs; otherwise, false. 默认值为 false。The default is false.