C# Класс Project.Web.App.Responders.ContentTypeResponder

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddResponder ( bool>.Func predicate, Func action ) : void
ContentTypeResponder ( ) : System
Respond ( System.Web.Mvc.ControllerContext context ) : System.Web.Mvc.ActionResult

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

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

public AddResponder ( bool>.Func predicate, Func action ) : void
predicate bool>.Func
action Func
Результат void

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

public ContentTypeResponder ( ) : System
Результат System

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

public Respond ( System.Web.Mvc.ControllerContext context ) : System.Web.Mvc.ActionResult
context System.Web.Mvc.ControllerContext
Результат System.Web.Mvc.ActionResult