RazorCodeLanguage.Languages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of registered languages mapped to file extensions (without a ".")
public:
static property System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Razor::RazorCodeLanguage ^> ^ Languages { System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Razor::RazorCodeLanguage ^> ^ get(); };
public static System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Razor.RazorCodeLanguage> Languages { get; }
static member Languages : System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Razor.RazorCodeLanguage>
Public Shared ReadOnly Property Languages As IDictionary(Of String, RazorCodeLanguage)