Share via


FileUpload.AllowMultiple 속성

정의

업로드 시 여러 파일을 선택할 수 있는지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 virtual property bool AllowMultiple { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public virtual bool AllowMultiple { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.AllowMultiple : bool with get, set
Public Overridable Property AllowMultiple As Boolean

속성 값

여러 파일을 선택할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상