We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a163436 commit a83ec3aCopy full SHA for a83ec3a
src/Microsoft.AspNetCore.SpaServices.Extensions/SpaOptions.cs
@@ -44,7 +44,7 @@ public PathString DefaultPage
44
{
45
if (string.IsNullOrEmpty(value.Value))
46
47
- throw new ArgumentNullException($"The value for {nameof(DefaultPage)} cannot be null or empty.");
+ throw new ArgumentException($"The value for {nameof(DefaultPage)} cannot be null or empty.");
48
}
49
50
_defaultPage = value;
0 commit comments