示例#1
0
 public static T GetValue <T>(this IActionResult actionResult)
 {
     return((T)actionResult.GetObjectResult().Value);
 }