8 references to SubPath
Microsoft.AspNetCore.StaticFiles (8)
StaticFileContext.cs (7)
117
_fileInfo = _fileProvider.GetFileInfo(
SubPath
);
299
_logger.Handled(statusCode,
SubPath
);
326
_logger.FileServed(
SubPath
, PhysicalPath);
336
_logger.FileNotModified(
SubPath
);
340
_logger.PreconditionFailed(
SubPath
);
376
_logger.RangeNotSatisfiable(
SubPath
);
387
var logPath = !string.IsNullOrEmpty(_fileInfo.PhysicalPath) ? _fileInfo.PhysicalPath :
SubPath
;
StaticFileMiddleware.cs (1)
117
_logger.FileNotFound(fileContext.
SubPath
);