StaticFileResponseContext Class

Definition

Contains information about the request and the file that will be served in response.

public ref class StaticFileResponseContext
public class StaticFileResponseContext
type StaticFileResponseContext = class
Public Class StaticFileResponseContext
Inheritance
StaticFileResponseContext

Constructors

StaticFileResponseContext()
Obsolete.

Constructs the StaticFileResponseContext.

StaticFileResponseContext(HttpContext, IFileInfo)

Constructs the StaticFileResponseContext.

Properties

Context

The request and response information.

File

The file to be served.

Applies to