Share via


HttpBrowserCapabilitiesBase.RequiresAttributeColonSubstitution プロパティ

定義

派生クラスでオーバーライドされるとき、要素の属性値に含まれるコロンを別の文字に置き換えることが必要なブラウザーであるかどうかを示す値を取得します。

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

プロパティ値

要素の属性値に含まれるコロンを別の文字に置き換えることが必要なブラウザーである場合は true、それ以外の場合は false

例外

適用対象