RewriteContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context object for RewriteMiddleware
public ref class RewriteContext
public class RewriteContext
type RewriteContext = class
Public Class RewriteContext
- Inheritance
-
RewriteContext
Constructors
RewriteContext() |
Properties
HttpContext |
Gets and sets the HttpContext |
Logger |
Gets and sets the logger |
Result |
A shared result that is set appropriately by each rule for the next action that should be taken. See RuleResult |
StaticFileProvider |
Gets and sets the File Provider for file and directory checks. |