System.Web
2.0.0.0
System.Object
ASP.NET Web pages and code files can be precompiled to facilitate a faster response for users and allow for the deployment of the site without deploying the source code. For more information on precompiling an ASP.NET Web site, see ASP.NET Web Site Precompilation.
The class stores values that are used during precompilation. The property determines how the assembly will be built. For example, you can set to to recompile any previously compiled components, or set it to to permit the resulting assembly to overwrite any components in the target directory. The enumerator has a attribute that allows a bitwise combination of its member values. The property can contain more than one value from the enumeration to specify a combination of precompilation behaviors.
Either the property or the property is assigned a value to create a strong-named assembly. Both values do not need to be set to create a strong-named assembly.
A object is passed to the object through the constructor.
Contains values passed to the ASP.NET compiler during precompilation.
Constructor
This constructor does not initialize any property values. Those values must be set through the , , and properties after the object has been created.
Initializes a new instance of the class.
2.0.0.0
Property
System.Web.Compilation.PrecompilationFlags
To be added.
The property determines how the assembly will be built. For example, you can set to to recompile any previously compiled components, or set it to to permit the resulting assembly to overwrite any components in the target directory. The enumerator has a attribute that allows a bitwise combination of its member values. The property can contain more than one value from the enumeration to specify a combination of precompilation behaviors.
Gets or sets the flags that determine precompilation behavior.
2.0.0.0
Property
System.String
To be added.
Either the property or the property is assigned a value to create a strong-named assembly. Both values do not need to be set to create a strong-named assembly.
Gets or sets the key container used during compilation.
2.0.0.0
Property
System.String
To be added.
Either the property or the property is assigned a value to create a strong-named assembly. Both values do not need to be set to create a strong-named assembly.
Gets or sets the key file used during compilation.
2.0.0.0