We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b53e4a + 5a18287 commit cf9d109Copy full SHA for cf9d109
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