RazorEngineHost Constructor (RazorCodeLanguage)

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

Initializes a new instance of the RazorEngineHost class.

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

public function RazorEngineHost(
	codeLanguage : RazorCodeLanguage
)

Parameters

codeLanguage
Type: System.Web.Razor.RazorCodeLanguage
The specified code language.
Show: