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
Показать файл Открыть проект

Открытые методы

Метод Описание
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