Method | Description | |
---|---|---|
CultureMapRoute ( this areaContext, string name, string url, object defaults ) : |
||
CultureMapRoute ( this areaContext, string name, string url, object defaults, object constraints, string namespaces ) : |
||
CultureMapRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces, object routeValueTranslationProviders = null ) : |
Maps the specified URL route and sets default route values, constraints, and namespaces.
|
|
CultureMapRoute ( this routes, string name, string url, object defaults, string namespaces ) : |
||
MapTranslatedRoute ( this routes, string name, string url, object defaults, object constraints, object dataToken, object routeValueTranslationProviders ) : TranslatedRoute | ||
SpecificCultureMapRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces, string culture, object routeValueTranslationProviders = null ) : |
public static CultureMapRoute ( this areaContext, string name, string url, object defaults ) : |
||
areaContext | this | |
name | string | |
url | string | |
defaults | object | |
return |
public static CultureMapRoute ( this areaContext, string name, string url, object defaults, object constraints, string namespaces ) : |
||
areaContext | this | |
name | string | |
url | string | |
defaults | object | |
constraints | object | |
namespaces | string | |
return |
public static CultureMapRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces, object routeValueTranslationProviders = null ) : |
||
routes | this | A collection of routes for the application. |
name | string | The name of the route to map. |
url | string | The URL pattern for the route. |
defaults | object | An object that contains default route values. |
constraints | object | A set of expressions that specify values for the url parameter. |
namespaces | string | A set of namespaces for the application. |
routeValueTranslationProviders | object | |
return |
public static CultureMapRoute ( this routes, string name, string url, object defaults, string namespaces ) : |
||
routes | this | |
name | string | |
url | string | |
defaults | object | |
namespaces | string | |
return |
public static MapTranslatedRoute ( this routes, string name, string url, object defaults, object constraints, object dataToken, object routeValueTranslationProviders ) : TranslatedRoute | ||
routes | this | |
name | string | |
url | string | |
defaults | object | |
constraints | object | |
dataToken | object | |
routeValueTranslationProviders | object | |
return | TranslatedRoute |
public static SpecificCultureMapRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces, string culture, object routeValueTranslationProviders = null ) : |
||
routes | this | |
name | string | |
url | string | |
defaults | object | |
constraints | object | |
namespaces | string | |
culture | string | |
routeValueTranslationProviders | object | |
return |