RazorEngineHost.CodeLanguage Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the languages supported by the code generator.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public virtual RazorCodeLanguage CodeLanguage { get; protected set; }

Property Value

Type: System.Web.Razor.RazorCodeLanguage
The languages supported that by the code generator.
Show: