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

屬性值

Boolean

如果可以選取多個檔案,則為 true;否則為 false

屬性

適用於