Aracılığıyla paylaş


IFormFileCollection.Item[String] Özellik

Tanım

Belirtilen ada sahip ilk dosyayı alır.

public:
 property Microsoft::AspNetCore::Http::IFormFile ^ default[System::String ^] { Microsoft::AspNetCore::Http::IFormFile ^ get(System::String ^ name); };
public Microsoft.AspNetCore.Http.IFormFile this[string name] { get; }
public Microsoft.AspNetCore.Http.IFormFile? this[string name] { get; }
member this.Item(string) : Microsoft.AspNetCore.Http.IFormFile
Default Public ReadOnly Property Item(name As String) As IFormFile

Parametreler

name
String

Alınacak dosyanın adı.

Özellik Değeri

İstenen dosya veya yoksa null.

Şunlara uygulanır