aboutsummaryrefslogtreecommitdiff
path: root/VNLib.Plugins.Essentials.Content.Routing/PageRouterEntry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'VNLib.Plugins.Essentials.Content.Routing/PageRouterEntry.cs')
-rw-r--r--VNLib.Plugins.Essentials.Content.Routing/PageRouterEntry.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/VNLib.Plugins.Essentials.Content.Routing/PageRouterEntry.cs b/VNLib.Plugins.Essentials.Content.Routing/PageRouterEntry.cs
index 4548f60..10b7075 100644
--- a/VNLib.Plugins.Essentials.Content.Routing/PageRouterEntry.cs
+++ b/VNLib.Plugins.Essentials.Content.Routing/PageRouterEntry.cs
@@ -58,7 +58,7 @@ namespace VNLib.Plugins.Essentials.Content.Routing
protected override void ProcessHostCommand(string cmd)
{
- if(cmd.Contains("reset"))
+ if(cmd.Contains("reset", StringComparison.OrdinalIgnoreCase))
{
PageRouter?.ResetRoutes();
Log.Information("Routing table reset");