Compiler.CompilerOptions Property

 

Gets a list of compiler-specific options to use during compilation.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[ConfigurationPropertyAttribute("compilerOptions", DefaultValue = "")]
public string CompilerOptions { get; }

Property Value

Type: System.String

A value specifying the compiler-specific options to use during compilation. This is not a merged set but rather overrides any previously defined values in earlier configuration entries.

.NET Framework
Available since 2.0
Return to top
Show: