共用方式為


HttpBrowserCapabilitiesWrapper.RequiresUniqueFilePathSuffix 屬性

定義

取得值,指出瀏覽器是否需要唯一的表單動作 URL。

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。 預設為 false

適用於