C# Class Decision.Common.CSharpRazorViewEngine

Represents a view engine that is used to render a Web page that uses the ASP.NET Razor syntax and C# .cshtml files. The RazorViewEngine handles both C# and VB and looks for both .cshtml and .vbhtml files, whereas this version only looks for .cshtml files and so has a slight performance advantage.
Inheritance: System.Web.Mvc.RazorViewEngine
Mostra file Open project: rabbal/Decision

Public Methods

Method Description
CSharpRazorViewEngine ( ) : System.Web.Mvc

Initializes a new instance of the CSharpRazorViewEngine class.

Method Details

CSharpRazorViewEngine() public method

Initializes a new instance of the CSharpRazorViewEngine class.
public CSharpRazorViewEngine ( ) : System.Web.Mvc
return System.Web.Mvc