diff --git a/src/Middleware/Rewrite/src/RewriteOptionsExtensions.cs b/src/Middleware/Rewrite/src/RewriteOptionsExtensions.cs index 7a0841b1dd32..e018c287f872 100644 --- a/src/Middleware/Rewrite/src/RewriteOptionsExtensions.cs +++ b/src/Middleware/Rewrite/src/RewriteOptionsExtensions.cs @@ -50,7 +50,8 @@ public static RewriteOptions AddRewrite(this RewriteOptions options, [StringSynt } /// - /// Redirect the request if the regex matches the HttpContext's PathString + /// Redirect the request if the regex matches the HttpContext's PathString, with returning a 302 + /// status code for found. /// /// The . /// The regex string to compare with.