C# Класс Ancestry.Daisy.Documentation.MVC.CompiledRazorView

Наследование: System.Web.Mvc.ActionResult
Показать файл Открыть проект

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

Метод Описание
CompiledRazorView ( string viewName, object model ) : System.Web.Mvc
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void

Enables processing of the result of an action method by a custom type that inherits from the T:System.Web.Mvc.ActionResult class.

Описание методов

CompiledRazorView() публичный Метод

public CompiledRazorView ( string viewName, object model ) : System.Web.Mvc
viewName string
model object
Результат System.Web.Mvc

ExecuteResult() публичный Метод

Enables processing of the result of an action method by a custom type that inherits from the T:System.Web.Mvc.ActionResult class.
public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.
Результат void