1 write to _options
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
52
_options
= options;
5 references to _options
Microsoft.AspNetCore.StaticFiles (5)
StaticFileContext.cs (5)
272
if (
_options
.OnPrepareResponse != StaticFileOptions._defaultOnPrepareResponse ||
_options
.OnPrepareResponseAsync != StaticFileOptions._defaultOnPrepareResponseAsync)
275
_options
.OnPrepareResponse(context);
276
return
_options
.OnPrepareResponseAsync(context);
413
responseCompressionFeature.Mode =
_options
.HttpsCompression;