FileContentResult Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
FileContentResult(Byte[], MediaTypeHeaderValue) |
Tworzy nowe FileContentResult wystąpienie z podanym |
FileContentResult(Byte[], String) |
Tworzy nowe FileContentResult wystąpienie z podanym |
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.