diff --git a/src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs b/src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs index 8f6cd4f..6c7c66d 100644 --- a/src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs +++ b/src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs @@ -14,7 +14,7 @@ namespace Microsoft.AspNet.AngularServices { // HTTP requests made during server-side rendering, without risking unnecessary duplicate requests. if (string.IsNullOrEmpty(url)) { - throw new ArgumentException("Value cannot be null or empty", "url"); + throw new ArgumentException("Value cannot be null or empty", nameof(url)); } try {