Share via


IFormCollection.Files Özellik

Tanım

İstekle gönderilen dosya koleksiyonu.

public:
 property Microsoft::AspNetCore::Http::IFormFileCollection ^ Files { Microsoft::AspNetCore::Http::IFormFileCollection ^ get(); };
public Microsoft.AspNetCore.Http.IFormFileCollection Files { get; }
member this.Files : Microsoft.AspNetCore.Http.IFormFileCollection
Public ReadOnly Property Files As IFormFileCollection

Özellik Değeri

İstekle birlikte gelen dosyalar.

Şunlara uygulanır