RazorCodeLanguage.Languages Property

Definition

Gets the list of language supported by the Razor code.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public static System.Collections.Generic.IDictionary<string,System.Web.Razor.RazorCodeLanguage> Languages { get; }
member this.Languages : System.Collections.Generic.IDictionary<string, System.Web.Razor.RazorCodeLanguage>
Public Shared ReadOnly Property Languages As IDictionary(Of String, RazorCodeLanguage)

Property Value

The list of language supported by the Razor code.

Applies to