Update url-rewriting.md (#9289)

pull/9291/head
Ahmed Yahia 2018-10-29 14:31:20 +02:00 committed by Luke Latham
parent a0ca1ab4f1
commit 58f5d7e66e
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ The middleware supports the following IIS URL Rewrite Module server variables:
### Method-based rule
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 `context.Result` determines how additional pipeline processing is handled.
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 |
| ------------------------------------ | --------------------------------------------------------------- |