Beispiel #1
0
 public LinkSpec(string id, RouteInfo routeInfo, RouteValueDictionary routeValues = null)
 {
     this.Id          = id;
     this.RouteInfo   = routeInfo;
     this.RouteValues = routeValues;
 }