コード例 #1
0
 public static string GetTrackingId(this IOwinContext context)
 {
     return(context.GetCallerDetails()?.TrackingId);
 }