diff --git a/aspnetcore/fundamentals/url-rewriting.md b/aspnetcore/fundamentals/url-rewriting.md index 2568a0e970..3cf3f4f3b5 100644 --- a/aspnetcore/fundamentals/url-rewriting.md +++ b/aspnetcore/fundamentals/url-rewriting.md @@ -393,7 +393,7 @@ The middleware supports the following IIS URL Rewrite Module server variables: ### Method-based rule -Use `Add(Action applyRule)` to implement your own rule logic in a method. The `RewriteContext` exposes the `HttpContext` for use in your method. The `context.Result` determines how additional pipeline processing is handled. +Use `Add(Action applyRule)` to implement your own rule logic in a method. The `RewriteContext` exposes the `HttpContext` for use in your method. The `RewriteContext.Result` determines how additional pipeline processing is handled. | context.Result | Action | | ------------------------------------ | --------------------------------------------------------------- |