Aracılığıyla paylaş


PhysicalFileResult Oluşturucular

Tanım

Aşırı Yüklemeler

PhysicalFileResult(String, MediaTypeHeaderValue)

Sağlanan ve sağlanan fileNamecontentTypeile yeni PhysicalFileResult bir örnek oluşturur.

PhysicalFileResult(String, String)

Sağlanan ve sağlanan fileNamecontentTypeile yeni PhysicalFileResult bir örnek oluşturur.

PhysicalFileResult(String, MediaTypeHeaderValue)

Kaynak:
PhysicalFileResult.cs
Kaynak:
PhysicalFileResult.cs
Kaynak:
PhysicalFileResult.cs

Sağlanan ve sağlanan fileNamecontentTypeile yeni PhysicalFileResult bir örnek oluşturur.

public:
 PhysicalFileResult(System::String ^ fileName, Microsoft::Net::Http::Headers::MediaTypeHeaderValue ^ contentType);
public PhysicalFileResult (string fileName, Microsoft.Net.Http.Headers.MediaTypeHeaderValue contentType);
new Microsoft.AspNetCore.Mvc.PhysicalFileResult : string * Microsoft.Net.Http.Headers.MediaTypeHeaderValue -> Microsoft.AspNetCore.Mvc.PhysicalFileResult
Public Sub New (fileName As String, contentType As MediaTypeHeaderValue)

Parametreler

fileName
String

Dosyanın yolu. Yol mutlak bir yol olmalıdır.

contentType
MediaTypeHeaderValue

Yanıtın Content-Type üst bilgisi.

Şunlara uygulanır

PhysicalFileResult(String, String)

Kaynak:
PhysicalFileResult.cs
Kaynak:
PhysicalFileResult.cs
Kaynak:
PhysicalFileResult.cs

Sağlanan ve sağlanan fileNamecontentTypeile yeni PhysicalFileResult bir örnek oluşturur.

public:
 PhysicalFileResult(System::String ^ fileName, System::String ^ contentType);
public PhysicalFileResult (string fileName, string contentType);
new Microsoft.AspNetCore.Mvc.PhysicalFileResult : string * string -> Microsoft.AspNetCore.Mvc.PhysicalFileResult
Public Sub New (fileName As String, contentType As String)

Parametreler

fileName
String

Dosyanın yolu. Yol mutlak bir yol olmalıdır.

contentType
String

Yanıtın Content-Type üst bilgisi.

Şunlara uygulanır