PhysicalFileResult 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
PhysicalFileResult(String, MediaTypeHeaderValue) |
Sağlanan ve sağlanan |
PhysicalFileResult(String, String) |
Sağlanan ve sağlanan |
PhysicalFileResult(String, MediaTypeHeaderValue)
- Kaynak:
- PhysicalFileResult.cs
- Kaynak:
- PhysicalFileResult.cs
- Kaynak:
- PhysicalFileResult.cs
Sağlanan ve sağlanan fileName
contentType
ile 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 fileName
contentType
ile 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.