System.Web.Compilation.BuildProvider.VirtualPathDependencies Property

Represents a collection of virtual paths that must be built before the build provider generates code.

Syntax

public virtual ICollection VirtualPathDependencies { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The BuildProvider.VirtualPathDependencies property is a collection of virtual paths that must be compiled before the System.Web.Compilation.BuildProvider instance generates source code. The assemblies from the virtual paths in BuildProvider.VirtualPathDependencies are added as references to the compilation for the System.Web.Compilation.BuildProvider instance.

Requirements

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