urlMappings 的 remove 元素(ASP.NET 设置架构)

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

移除以前建立的 UrlMapping 对象。

<remove url="String"/>

特性和元素

以下几节描述了特性、子元素和父元素。

特性

特性

说明

url

必选的 String 特性。

定义以前定义的 urlMapping 对象的相对于应用程序的 URL。

子元素

无。

父元素

元素

说明

configuration

公共语言运行时和 .NET Framework 应用程序所使用的每个配置文件中均需要的根元素。

system.web

指定配置文件中 ASP.NET 配置设置的根元素。 包含各种配置元素,这些配置元素配置 ASP.NET Web 应用程序并控制这些应用程序的行为方式。

urlMappings

定义一个 URL 到另一个映射的 URL 的映射。

示例

下面的示例从 ASP.NET 应用程序中移除一个 urlMapping 对象。

<urlMappings enabled="true">
  <remove url="~/Home2.aspx" />
</urlMappings>

元素信息

配置节处理程序

System.Web.Configuration.UrlMappingsSection

配置成员

SystemWebSectionGroup.UrlMappings

UrlMappingsSection.UrlMappings

可配置的位置

Machine.config

根级别的 Web.config

应用程序级别的 Web.config

要求

IIS 5.0、IIS 5.1 或 IIS 6.0

.NET Framework 2.0

Visual Studio 2005

请参见

任务

How to: Configure Specific Folders Using Location Settings

How to: Lock ASP.NET Configuration Settings

参考

system.web 元素(ASP.NET 设置架构)

configuration 元素(常规设置架构)

urlMappings 的 add 元素(ASP.NET 设置架构)

urlMappings 的 clear 元素(ASP.NET 设置架构)

System.Configuration

System.Web.Configuration

概念

ASP.NET Configuration Overview

Configuration Inheritance

Securing Configuration

其他资源

常规配置设置 (ASP.NET)

ASP.NET 配置设置

Configuring ASP.NET Applications

ASP.NET Configuration API