HttpPostedFile.ContentLength Proprietà

Definizione

Ottiene la dimensione, in byte, di un file caricato.

public:
 property int ContentLength { int get(); };
public int ContentLength { get; }
member this.ContentLength : int
Public ReadOnly Property ContentLength As Integer

Valore della proprietà

Int32

Lunghezza del file in byte.

Si applica a

Vedi anche