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.

例外

适用于