WebSettings.RepairLinks Property

Definition

Gets or sets whether the link repair feature of FrontPage Server Extensions is enabled by default for new projects. Link repair fixes links to pages within the project if they change during project development.

public:
 property bool RepairLinks { bool get(); void set(bool value); };
public:
 property bool RepairLinks { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2)]
public bool RepairLinks { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.RepairLinks : bool with get, set
Public Property RepairLinks As Boolean

Property Value

A Boolean value indicating whether the link repair feature is enabled for new projects.

Attributes

Remarks

The WebAccessMethod and RepairLinks properties may be set independently, but the RepairLinks property is meaningful only if the Web access method is FrontPage Server Extensions.

Applies to