IFormFileCollection.Item[String] 속성

정의

지정된 이름의 첫 번째 파일을 가져옵니다.

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

매개 변수

name
String

가져올 파일의 이름입니다.

속성 값

요청된 파일 또는 null이 없는 경우 입니다.

적용 대상