1 write to _options
Microsoft.AspNetCore.Rewrite (1)
RewriteMiddleware.cs (1)
42_options = options.Value;
4 references to _options
Microsoft.AspNetCore.Rewrite (4)
RewriteMiddleware.cs (4)
43_fileProvider = _options.StaticFileProvider ?? hostingEnvironment.WebRootFileProvider; 66RunRules(rewriteContext, _options, context, _logger); 75if (_options.BranchedNext is not null) 85return _options.BranchedNext(context);