示例#1
0
 public static void Modification(IRouteDefinition route)
 {
     route.Replace("Feed", "");
     route.AddHttpMethodConstraint("GET");
 }