Aracılığıyla paylaş


FileContentResult Oluşturucular

Tanım

Aşırı Yüklemeler

FileContentResult(Byte[], MediaTypeHeaderValue)

sağlanan ve sağlanan fileContentscontentTypeile yeni FileContentResult bir örnek oluşturur.

FileContentResult(Byte[], String)

sağlanan ve sağlanan fileContentscontentTypeile yeni FileContentResult bir örnek oluşturur.

FileContentResult(Byte[], MediaTypeHeaderValue)

Kaynak:
FileContentResult.cs
Kaynak:
FileContentResult.cs
Kaynak:
FileContentResult.cs

sağlanan ve sağlanan fileContentscontentTypeile 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 fileContentscontentTypeile 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.

Şunlara uygulanır