WebControlsSection 类

指定客户端脚本文件的共享位置。

语法

class WebControlsSection : ConfigurationSection  

方法

下表列出了 WebControlsSection 类公开的方法。

名称 描述
GetAllowDefinition (继承自 ConfigurationSection。)
GetAllowLocation (从 ConfigurationSection 继承。)
RevertToParent (从 ConfigurationSection 继承。)
SetAllowDefinition (从 ConfigurationSection 继承。)
SetAllowLocation (从 ConfigurationSection 继承。)

属性

下表列出了 WebControlsSection 类公开的属性。

名称 描述
ClientScriptsLocation 必需的读/写 string 值,指定客户端脚本的位置。 默认值为“/aspnet_client/{0}/{1}/”。注意:“{0}”将替换为命名空间名称(例如 system_web),且“{1}”将替换为 .NET Framework 版本号
Location (继承自 ConfigurationSection。)一个键属性。
Path (继承自 ConfigurationSection。)一个键属性。
SectionInformation (从 ConfigurationSection 继承。)

子类

此类不包含子类。

继承层次结构

ConfigurationSection

WebControlsSection

要求

类型 描述
客户端 - IIS 7.0(在 Windows Vista 上)
- IIS 7.5(在 Windows 7 上)
- IIS 8.0(在 Windows 8 上)
- IIS 10.0(在 Windows 10 上)
服务器 - IIS 7.0(在 Windows Server 2008 上)
- IIS 7.5(在 Windows Server 2008 R2 上)
- IIS 8.0(在 Windows Server 2012 上)
- IIS 8.5(在 Windows Server 2012 R2 上)
- IIS 10.0(在 Windows Server 2016 上)
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

System.Web.Configuration.SystemWebSectionGroup.WebControlsConfigurationSection 类
webControls 元素(ASP.NET 设置架构)