FileContentResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FileContentResult(Byte[], MediaTypeHeaderValue) |
指定された と指定された を使用して |
FileContentResult(Byte[], String) |
指定された と指定された を使用して |
FileContentResult(Byte[], MediaTypeHeaderValue)
指定された と指定された を使用してfileContents
、新しいFileContentResultインスタンスをcontentType
作成します。
public:
FileContentResult(cli::array <System::Byte> ^ fileContents, Microsoft::Net::Http::Headers::MediaTypeHeaderValue ^ contentType);
public FileContentResult (byte[] fileContents, Microsoft.Net.Http.Headers.MediaTypeHeaderValue contentType);
new Microsoft.AspNetCore.Mvc.FileContentResult : byte[] * Microsoft.Net.Http.Headers.MediaTypeHeaderValue -> Microsoft.AspNetCore.Mvc.FileContentResult
Public Sub New (fileContents As Byte(), contentType As MediaTypeHeaderValue)
パラメーター
- fileContents
- Byte[]
ファイルの内容を表すバイト。
- contentType
- MediaTypeHeaderValue
応答の Content-Type ヘッダー。
適用対象
FileContentResult(Byte[], String)
指定された と指定された を使用してfileContents
、新しいFileContentResultインスタンスをcontentType
作成します。
public:
FileContentResult(cli::array <System::Byte> ^ fileContents, System::String ^ contentType);
public FileContentResult (byte[] fileContents, string contentType);
new Microsoft.AspNetCore.Mvc.FileContentResult : byte[] * string -> Microsoft.AspNetCore.Mvc.FileContentResult
Public Sub New (fileContents As Byte(), contentType As String)
パラメーター
- fileContents
- Byte[]
ファイルの内容を表すバイト。
- contentType
- String
応答の Content-Type ヘッダー。