IFileHttpResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |