C# Class System.Web.Mvc.UriExtensions

The UriExtensions class
Afficher le fichier Open project: adaptabi/i18N-Complete

Méthodes publiques

Méthode Description
GetRouteParameterValue ( this uri, string paramaterName ) : string

IsRouteMatch ( this uri, string controllerName, string actionName ) : bool

Method Details

GetRouteParameterValue() public static méthode

public static GetRouteParameterValue ( this uri, string paramaterName ) : string
uri this
paramaterName string
Résultat string

IsRouteMatch() public static méthode

public static IsRouteMatch ( this uri, string controllerName, string actionName ) : bool
uri this
controllerName string
actionName string
Résultat bool