C# Class EGSW.Web.LocalizedRouteExtensionMethod

ファイルを表示 Open project: careerengine/EGSW-Project

Public Methods

Method Description
MapLocalizedRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces ) : Route
MapLocalizedRoute ( this routes, string name, string url, object defaults, string namespaces ) : Route

Method Details

MapLocalizedRoute() public static method

public static MapLocalizedRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces ) : Route
routes this
name string
url string
defaults object
constraints object
namespaces string
return System.Web.Routing.Route

MapLocalizedRoute() public static method

public static MapLocalizedRoute ( this routes, string name, string url, object defaults, string namespaces ) : Route
routes this
name string
url string
defaults object
namespaces string
return System.Web.Routing.Route