Megosztás a következőn keresztül:


RazorCodeLanguage.Languages Property

Definition

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)

Property Value

Applies to