コード例 #1
0
 /// <summary>
 /// Given a set of route values, extracts any necessary values that would be used by this segment.
 /// </summary>
 /// <param name="route">The route.</param>
 /// <param name="values">The values.</param>
 /// <returns>An object that indicates whether the values were successfully matched.</returns>
 public abstract SegmentValueMatch MatchValues(IRoute route, RouteValueBag values);
コード例 #2
0
ファイル: Segment.cs プロジェクト: p69/magellan-framework
 /// <summary>
 /// Given a set of route values, extracts any necessary values that would be used by this segment.
 /// </summary>
 /// <param name="route">The route.</param>
 /// <param name="values">The values.</param>
 /// <returns>An object that indicates whether the values were successfully matched.</returns>
 public abstract SegmentValueMatch MatchValues(IRoute route, RouteValueBag values);