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;
66
RunRules(rewriteContext,
_options
, context, _logger);
75
if (
_options
.BranchedNext is not null)
85
return
_options
.BranchedNext(context);