C# Class MvcApi.Views.DefaultViewSelector

Inheritance: IViewSelector
Exibir arquivo Open project: dax70/MvcApi

Public Methods

Method Description
DefaultViewSelector ( ) : System
SelectView ( ViewLocationContext context ) : System.Web.Mvc.ViewResult

Private Methods

Method Description
ComputeViewMatches ( ViewLocationContext context, IEnumerable locations ) : Collection
MatchesActionName ( ViewLocationContext context, ViewLocation location ) : bool
MatchsVerbMapping ( ViewLocationContext context, ViewLocation location ) : bool
SelectBestLocation ( Collection matches ) : ViewLocation

Method Details

DefaultViewSelector() public method

public DefaultViewSelector ( ) : System
return System

SelectView() public method

public SelectView ( ViewLocationContext context ) : System.Web.Mvc.ViewResult
context ViewLocationContext
return System.Web.Mvc.ViewResult