WebSettings 接口

定义

表示 Web 项目的设置。

public interface class WebSettings
public interface class WebSettings
__interface WebSettings
[System.Runtime.InteropServices.Guid("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface WebSettings
[<System.Runtime.InteropServices.Guid("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type WebSettings = interface
Public Interface WebSettings
属性

属性

AuthoringAccess

获取或设置新项目的 Web 访问方法。

RepairLinks

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

WebProjectCacheDirectory

获取或设置项目文件的脱机位置。

方法

SetDefaultWebProjectCacheDirectory()

将 Web 项目缓存目录重置为默认值

适用于