Share via


FormCollection.Files 속성

정의

HTTP 양식과 연결된 파일을 가져옵니다.

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

속성 값

구현

적용 대상