WebSettings.RepairLinks 属性

定义

获取或设置默认情况下是否为新项目启用 FrontPage 服务器扩展的链接修复功能。 如果项目在开发过程中发生更改,则链接修复会修复项目中的页面链接。

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

属性值

Boolean

一个布尔值,指示是否为新项目启用链接修复功能。

属性

注解

WebAccessMethodRepairLinks 属性可以独立设置,但 RepairLinks 只有在 Web 访问方法 FrontPage 服务器扩展时,属性才有意义。

适用于