remove Element for clientTarget (ASP.NET Settings Schema)
Removes an alias for a specific user agent from an internal collection of user agent aliases.
system.web Element (ASP.NET Settings Schema)
clientTarget Element (ASP.NET Settings Schema)
remove Element for clientTarget (ASP.NET Settings Schema)
<remove alias="alias name"/>
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
|---|---|
alias | Required attribute. Specifies the user agent alias to remove. |
Child Elements
None.
Parent Elements
Element | Description |
|---|---|
configuration | Specifies the required root element in every configuration file that is used by the common language runtime and the .NET Framework applications. |
system.web | Specifies the root element for the ASP.NET configuration section. |
clientTarget | Adds aliases for specific user agents to an internal collection of user agent aliases. |
Configuration section handler | |
Configuration member | |
Configurable locations | Machine.config Root-level Web.config Application-level Web.config Virtual or physical directory–level Web.config |
Requirements | Microsoft Internet Information Services (IIS) version 5.0, 5.1, or 6.0 The .NET Framework version 1.0, 1.1, or 2.0 Microsoft Visual Studio 2003 or Visual Studio 2005 |