CompilerCollection.Item Property (String)

 

Gets the Compiler collection element for the specified language.

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

public Compiler this[
	string language
] { get; }

Parameters

language
Type: System.String

The language for the Compiler object within the collection.

Property Value

Type: System.Web.Configuration.Compiler

A Compiler object.

Provides a semicolon-separated list of language names supported by the language provider.

.NET Framework
Available since 2.0
Return to top
Show: