IFileHttpResult Interface

Definition

Defines a contract that represents the file result of an HTTP endpoint.

public interface IFileHttpResult
type IFileHttpResult = interface
Public Interface IFileHttpResult
Derived

Properties

ContentType

Gets the Content-Type header for the response.

FileDownloadName

Gets the file name that will be used in the Content-Disposition header of the response.

Applies to