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

属性值

Boolean

如果浏览器需要唯一表单操作 URL,则为 true;否则为 falsetrue if the browser requires unique form-action URLs; otherwise, false. 默认值为 falseThe default is false.

适用于