C# Class WhoCanHelpMe.Web.Controllers.Extensions.RouteCollectionExtensions

Exibir arquivo Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
MapRouteLowercase ( this routes, string name, string url, object defaults ) : void
MapRouteLowercase ( this routes, string name, string url, object defaults, object constraints ) : void

Method Details

MapRouteLowercase() public static method

public static MapRouteLowercase ( this routes, string name, string url, object defaults ) : void
routes this
name string
url string
defaults object
return void

MapRouteLowercase() public static method

public static MapRouteLowercase ( this routes, string name, string url, object defaults, object constraints ) : void
routes this
name string
url string
defaults object
constraints object
return void