Method | Description | |
---|---|---|
BuildUrl ( |
||
Match ( string path, RouteValueDictionary defaults ) : RouteValueDictionary | ||
PatternParser ( string pattern ) : System |
Method | Description | |
---|---|---|
AddDefaults ( RouteValueDictionary dict, RouteValueDictionary defaults ) : RouteValueDictionary | ||
MatchSegment ( int segIndex, int argsCount, string argSegs, List |
||
Parse ( ) : void |
public BuildUrl ( |
||
route | ||
requestContext | System.Web.Routing.RequestContext | |
userValues | RouteValueDictionary | |
value | string | |
return | bool |
public Match ( string path, RouteValueDictionary defaults ) : RouteValueDictionary | ||
path | string | |
defaults | RouteValueDictionary | |
return | RouteValueDictionary |
public PatternParser ( string pattern ) : System | ||
pattern | string | |
return | System |