C# Class MvcApi.ViewCollectionExtensions

Mostra file Open project: dax70/MvcApi

Public Methods

Method Description
MapLocation ( this locations, string actioName, string view, object actionParameters = null, Type type = null, bool isCollection = false ) : ViewLocation

Method Details

MapLocation() public static method

public static MapLocation ( this locations, string actioName, string view, object actionParameters = null, Type type = null, bool isCollection = false ) : ViewLocation
locations this
actioName string
view string
actionParameters object
type System.Type
isCollection bool
return ViewLocation