System.Web.Configuration.CodeSubDirectory Class

References a directory location that is used during compilation of a dynamic resource. This class cannot be inherited.

See Also: CodeSubDirectory Members

Syntax

public sealed class CodeSubDirectory : System.Configuration.ConfigurationElement

Remarks

A System.Web.Configuration.CodeSubDirectory is referenced as an attribute of the Add element within the codeSubDirectories node of the compilation section of the configuration.

The build order is inferred from the top-down order of the codeSubDirectories in the configuration. The \App_Code directory is built last. However, there are no build-order dependencies, which means the build order does not matter here.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0