Update url-rewriting.md (#9289)
parent
a0ca1ab4f1
commit
58f5d7e66e
|
@ -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 |
|
||||
| ------------------------------------ | --------------------------------------------------------------- |
|
||||
|
|
Loading…
Reference in New Issue