C# Class System.Web.Mvc.UriExtensions

The UriExtensions class
Show file Open project: adaptabi/i18N-Complete

Public Methods

Method Description
GetRouteParameterValue ( this uri, string paramaterName ) : string

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

Method Details

GetRouteParameterValue() public static method

public static GetRouteParameterValue ( this uri, string paramaterName ) : string
uri this
paramaterName string
return string

IsRouteMatch() public static method

public static IsRouteMatch ( this uri, string controllerName, string actionName ) : bool
uri this
controllerName string
actionName string
return bool