コード例 #1
0
 /// <summary>
 /// Returns the name of the REST API Method that invoked the extension.
 /// </summary>
 public string GetActionName()
 {
     return(responseContext.GetActionName());
 }