AspNetCompiler.Updateable Property

Definition

If Updateable is true, then the web is compile with -u flag so that it can be updated after compilation

This API supports the product infrastructure and is not intended to be used directly from your code.

public bool Updateable { get; set; }
public bool Updateable { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

true if the precompiled application will be updateable; otherwise, false.

Attributes

Remarks

The default value is false.

Applies to