Compiler.Language Property

 

Gets a list of programming languages to use in dynamic compilation files.

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

<ConfigurationPropertyAttribute("language", DefaultValue := "",
	IsRequired := True, IsKey := True)>
Public ReadOnly Property Language As String

Property Value

Type: System.String

A 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
Return to top
Show: