示例#1
0
 public static string GetAreaName(this RouteBase route)
 {
     return(route.GetDataTokenValue("area"));
 }