2 references to _defaultOnPrepareResponseAsync
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (1)
272
if (_options.OnPrepareResponse != StaticFileOptions._defaultOnPrepareResponse || _options.OnPrepareResponseAsync != StaticFileOptions.
_defaultOnPrepareResponseAsync
)
StaticFileOptions.cs (1)
32
OnPrepareResponseAsync =
_defaultOnPrepareResponseAsync
;