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)

function get CodeLanguage () : RazorCodeLanguage 
protected function set CodeLanguage (value : RazorCodeLanguage)

Property Value

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