XIncludeSettings.FixupXmlBase PropertyXIncludeSettings.FixupXmlBase PropertyXIncludeSettings::FixupXmlBase Property

Gets or sets a value indicating whether to perform base URI (xml:base) fixup.

Syntax

Public Property FixupXmlBase As Boolean
        Get
        Set(ByVal value As Boolean)
public bool FixupXmlBase { get; set; }
public:
property bool FixupXmlBase {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if base URI fixup will be performed; otherwise, falseFalsefalse.

Remarks

By default, the value of this property is trueTruetrue.