We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a325f8 commit 5a18287Copy full SHA for 5a18287
1 file changed
src/Microsoft.AspNet.AngularServices/PrimeCacheHelper.cs
@@ -14,7 +14,7 @@ public static async Task<HtmlString> PrimeCache(this IHtmlHelper html, string ur
14
// HTTP requests made during server-side rendering, without risking unnecessary duplicate requests.
15
16
if (string.IsNullOrEmpty(url)) {
17
- throw new ArgumentException("Value cannot be null or empty", "url");
+ throw new ArgumentException("Value cannot be null or empty", nameof(url));
18
}
19
20
try {
0 commit comments