FileContentResult Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
FileContentResult(Byte[], MediaTypeHeaderValue) |
sağlanan ve sağlanan |
FileContentResult(Byte[], String) |
sağlanan ve sağlanan |
FileContentResult(Byte[], MediaTypeHeaderValue)
- Kaynak:
- FileContentResult.cs
- Kaynak:
- FileContentResult.cs
- Kaynak:
- FileContentResult.cs
sağlanan ve sağlanan fileContents
contentType
ile yeni FileContentResult bir örnek oluşturur.
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)
Parametreler
- fileContents
- Byte[]
Dosya içeriğini temsil eden baytlar.
- contentType
- MediaTypeHeaderValue
Yanıtın Content-Type üst bilgisi.
Şunlara uygulanır
FileContentResult(Byte[], String)
- Kaynak:
- FileContentResult.cs
- Kaynak:
- FileContentResult.cs
- Kaynak:
- FileContentResult.cs
sağlanan ve sağlanan fileContents
contentType
ile yeni FileContentResult bir örnek oluşturur.
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)
Parametreler
- fileContents
- Byte[]
Dosya içeriğini temsil eden baytlar.
- contentType
- String
Yanıtın Content-Type üst bilgisi.