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); 387var logPath = !string.IsNullOrEmpty(_fileInfo.PhysicalPath) ? _fileInfo.PhysicalPath : SubPath;
StaticFileMiddleware.cs (1)
117_logger.FileNotFound(fileContext.SubPath);