Udostępnij za pośrednictwem


FileContentResult Konstruktory

Definicja

Przeciążenia

FileContentResult(Byte[], MediaTypeHeaderValue)

Tworzy nowe FileContentResult wystąpienie z podanym fileContents elementem i podanym elementem contentType.

FileContentResult(Byte[], String)

Tworzy nowe FileContentResult wystąpienie z podanym fileContents elementem i podanym elementem contentType.

FileContentResult(Byte[], MediaTypeHeaderValue)

Źródło:
FileContentResult.cs
Źródło:
FileContentResult.cs
Źródło:
FileContentResult.cs

Tworzy nowe FileContentResult wystąpienie z podanym fileContents elementem i podanym elementem 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)

Parametry

fileContents
Byte[]

Bajty reprezentujące zawartość pliku.

contentType
MediaTypeHeaderValue

Nagłówek Content-Type odpowiedzi.

Dotyczy

FileContentResult(Byte[], String)

Źródło:
FileContentResult.cs
Źródło:
FileContentResult.cs
Źródło:
FileContentResult.cs

Tworzy nowe FileContentResult wystąpienie z podanym fileContents elementem i podanym elementem 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)

Parametry

fileContents
Byte[]

Bajty reprezentujące zawartość pliku.

contentType
String

Nagłówek Content-Type odpowiedzi.

Dotyczy