StaticFileResponseContext
StaticFileResponseContext()
StaticFileResponseContext(HttpContext, IFileInfo)
Context
File
net5.0
namespace Microsoft.AspNetCore.StaticFiles
{
public class StaticFileResponseContext
{
[Obsolete("Use the constructor that passes in the HttpContext and IFileInfo parameters: StaticFileResponseContext(HttpContext context, IFileInfo file)", false)]
public StaticFileResponseContext();
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.0 |
| .NET Core | 3.03.1 |
Information specific to net5.0 | |
| Assembly | Microsoft.AspNetCore.StaticFiles , Version=5.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Requires any:
|
| Obsolete | Use the constructor that passes in the HttpContext and IFileInfo parameters: StaticFileResponseContext(HttpContext context, IFileInfo file) |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API