Update url-rewriting.md (#9290)

pull/9293/head
Ahmed Yahia 2018-10-29 14:35:54 +02:00 committed by Luke Latham
parent 971f7a0774
commit 67b1197098
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ The middleware supports the following IIS URL Rewrite Module server variables:
Use `Add(Action<RewriteContext> 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 |
| `RewriteContext.Result` | Action |
| ------------------------------------ | --------------------------------------------------------------- |
| `RuleResult.ContinueRules` (default) | Continue applying rules |
| `RuleResult.EndResponse` | Stop applying rules and send the response |