Compiler.Language Property
.NET Framework (current version)
Gets a list of programming languages to use in dynamic compilation files.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("language", DefaultValue = "", IsRequired = true, IsKey = true)] public string Language { get; }
Property Value
Type: System.StringA value specifying the programming languages to use in dynamic compilation files.
When the list of programming languages includes more than one language, the list is semicolon-separated.
.NET Framework
Available since 2.0
Available since 2.0
Show: