WebSettings.RepairLinks 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置默认情况下是否为新项目启用 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
属性值
一个布尔值,指示是否为新项目启用链接修复功能。
- 属性
注解
WebAccessMethod和 RepairLinks 属性可以独立设置,但 RepairLinks 只有在 Web 访问方法 FrontPage 服务器扩展时,属性才有意义。