IFileHttpResult インターフェイス

定義

HTTP エンドポイントのファイル結果を表すコントラクトを定義します。

public interface IFileHttpResult
type IFileHttpResult = interface
Public Interface IFileHttpResult
派生

プロパティ

ContentType

応答の Content-Type ヘッダーを取得します。

FileDownloadName

応答の Content-Disposition ヘッダーで使用されるファイル名を取得します。

適用対象