HttpFileCollectionBase.Get 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생 클래스에서 재정의되는 경우 컬렉션의 게시된 파일 개체를 이름 또는 인덱스 기준으로 반환합니다.
오버로드
Get(Int32) |
파생 클래스에서 재정의된 경우 지정된 인덱스에서 게시된 파일 개체를 반환합니다. |
Get(String) |
파생 클래스에서 재정의된 경우 컬렉션에서 지정된 이름을 가진 게시된 파일 개체를 반환합니다. |
Get(Int32)
파생 클래스에서 재정의된 경우 지정된 인덱스에서 게시된 파일 개체를 반환합니다.
public:
virtual System::Web::HttpPostedFileBase ^ Get(int index);
public virtual System.Web.HttpPostedFileBase Get (int index);
abstract member Get : int -> System.Web.HttpPostedFileBase
override this.Get : int -> System.Web.HttpPostedFileBase
Public Overridable Function Get (index As Integer) As HttpPostedFileBase
매개 변수
- index
- Int32
반환할 개체의 인덱스입니다.
반환
index
로 지정된, 게시된 파일 개체입니다.
예외
적용 대상
Get(String)
파생 클래스에서 재정의된 경우 컬렉션에서 지정된 이름을 가진 게시된 파일 개체를 반환합니다.
public:
virtual System::Web::HttpPostedFileBase ^ Get(System::String ^ name);
public virtual System.Web.HttpPostedFileBase Get (string name);
abstract member Get : string -> System.Web.HttpPostedFileBase
override this.Get : string -> System.Web.HttpPostedFileBase
Public Overridable Function Get (name As String) As HttpPostedFileBase
매개 변수
- name
- String
반환할 개체의 이름입니다.
반환
name
으로 지정된, 게시된 파일 개체입니다.