C# 클래스 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.
상속: System.Web.Mvc.RazorViewEngine
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
CSharpRazorViewEngine ( ) : System.Web.Mvc

Initializes a new instance of the CSharpRazorViewEngine class.

메소드 상세

CSharpRazorViewEngine() 공개 메소드

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