RazorCodeLanguage.GetLanguageByExtension(String) Method
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 language of the Razor code using the specified file extension.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public static System.Web.Razor.RazorCodeLanguage GetLanguageByExtension(string fileExtension);
static member GetLanguageByExtension : string -> System.Web.Razor.RazorCodeLanguage
Public Shared Function GetLanguageByExtension (fileExtension As String) As RazorCodeLanguage
Parameters
- fileExtension
- String
The file extension.
Returns
The language of the Razor code.