CompilationSection.DefaultLanguage Property
.NET Framework (current version)
Gets or sets the default programming language to use in dynamic-compilation files.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("defaultLanguage", DefaultValue := "vb")> Public Property DefaultLanguage As String
Property Value
Type: System.StringA value specifying the default programming language to use in dynamic-compilation files.
Specifies the default programming language, such as C# or VB.NET, to use in dynamic compilation files. Language names are defined using the system.codedom section. The default programming language is vb, which specifies VB.NET as the default programming language.
The following code example demonstrates how to use the DefaultLanguage property. This code example is part of a larger example provided for the CompilationSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: