C# Класс MvcApi.Views.DefaultViewSelector

Наследование: IViewSelector
Показать файл Открыть проект

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

Метод Описание
DefaultViewSelector ( ) : System
SelectView ( ViewLocationContext context ) : System.Web.Mvc.ViewResult

Приватные методы

Метод Описание
ComputeViewMatches ( ViewLocationContext context, IEnumerable locations ) : Collection
MatchesActionName ( ViewLocationContext context, ViewLocation location ) : bool
MatchsVerbMapping ( ViewLocationContext context, ViewLocation location ) : bool
SelectBestLocation ( Collection matches ) : ViewLocation

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

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

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

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

public SelectView ( ViewLocationContext context ) : System.Web.Mvc.ViewResult
context ViewLocationContext
Результат System.Web.Mvc.ViewResult