remove Element for expressionBuilders for compilation (ASP.NET Settings Schema)

Removes a reference to an inherited expression builder from the collection.

This element is new in the .NET Framework version 2.0.

<configuration> Element
  system.web Element (ASP.NET Settings Schema)
    compilation Element (ASP.NET Settings Schema)
      assemblies Element for compilation (ASP.NET Settings Schema)
        remove Element for expressionBuilders for compilation (ASP.NET Settings Schema)

<remove
   expressionPrefix = "prefix" 
/>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

expressionPrefix

Required String attribute.

Specifies the prefix of the expression builder to remove from the collection.

This attribute must be the same as the expressionPrefix attribute that was used when this expression builder was added to the collection.

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.

compilation

Configures all compilation settings that ASP.NET uses to compile applications.

expressionBuilders

Defines a collection of resource strings to use during compilation.

The resource strings associate prefixes with expression builders.

Remarks

The remove element removes a reference to an inherited expression builder from the collection that is contained in the expressionBuilders element.

The expressionBuilders element defines a collection of resource strings to use during compilation. The resource strings associate prefixes with expression builders.

For more information, see ExpressionBuilder.

Element Information

Configuration section handler

CompilationSection

Configuration member

Remove

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 2.0

Microsoft Visual Studio 2003 or Visual Studio 2005

See Also

Tasks

How to: Configure Specific Directories Using Location Settings

How to: Lock ASP.NET Configuration Settings

Concepts

ASP.NET Compilation Overview

ASP.NET Web Page Syntax Overview

ASP.NET Configuration File Hierarchy and Inheritance

Securing ASP.NET Configuration

ASP.NET Configuration Scenarios

Reference

assemblies Element for compilation (ASP.NET Settings Schema)

clear Element for expressionBuilders for compilation (ASP.NET Settings Schema)

add Element for expressionBuilders for compilation (ASP.NET Settings Schema)

configuration Element (General Settings Schema)

system.web Element (ASP.NET Settings Schema)

compilation Element (ASP.NET Settings Schema)

System.Configuration

System.Web.Configuration

CompilationSection

Remove

Other Resources

General Configuration Settings (ASP.NET)

ASP.NET Configuration Settings

Administering ASP.NET Web Sites

ASP.NET Configuration Files

ASP.NET Configuration API