コード例 #1
0
 public static string ControllerName([NotNull] this ControllerBase thisValue)
 {
     return(ControllerBaseHelper.ControllerName(thisValue.GetType()));
 }