HttpBrowserCapabilitiesWrapper.RequiresAttributeColonSubstitution プロパティ

定義

ブラウザーで要素属性値のコロンを別の文字に置き換える必要があるかどうかを示す値を取得します。

public:
 virtual property bool RequiresAttributeColonSubstitution { bool get(); };
public override bool RequiresAttributeColonSubstitution { get; }
member this.RequiresAttributeColonSubstitution : bool
Public Overrides ReadOnly Property RequiresAttributeColonSubstitution As Boolean

プロパティ値

true ブラウザーで要素属性値のコロンを別の文字に置き換える必要がある場合。それ以外の場合は false。 既定値は false です。

適用対象