System.Web.Compilation.ClientBuildManagerParameter.PrecompilationFlags Property

Gets or sets the flags that determine precompilation behavior.

Syntax

public PrecompilationFlags PrecompilationFlags { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ClientBuildManagerParameter.PrecompilationFlags property determines how the assembly will be built. For example, you can set ClientBuildManagerParameter.PrecompilationFlags to PrecompilationFlags.Clean to recompile any previously compiled components, or set it to PrecompilationFlags.OverwriteTarget to permit the resulting assembly to overwrite any components in the target directory. The System.Web.Compilation.PrecompilationFlags enumerator has a FlagsAttribute attribute that allows a bitwise combination of its member values. The ClientBuildManagerParameter.PrecompilationFlags property can contain more than one value from the System.Web.Compilation.PrecompilationFlags enumeration to specify a combination of precompilation behaviors.

Requirements

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