RazorCodeLanguage.GetLanguageByExtension(String) Method

Definition

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.

Applies to