HttpFileCollectionBase.Get 메서드

정의

파생 클래스에서 재정의된 경우 이름 또는 인덱스로 컬렉션에서 게시된 파일 개체를 반환합니다.

오버로드

Name Description
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지정된 게시된 파일 개체입니다.

예외

적용 대상