共用方式為


HttpContentDispositionHeaderValue.Size 屬性

定義

取得或設定 Content-Disposition HTTP 標頭中所使用檔案的近似大小,以位元組為單位。

public:
 property IReference<unsigned long long> ^ Size { IReference<unsigned long long> ^ get(); void set(IReference<unsigned long long> ^ value); };
IReference<uint64_t> Size();

void Size(IReference<uint64_t> value);
public System.Nullable<ulong> Size { get; set; }
var iReference = httpContentDispositionHeaderValue.size;
httpContentDispositionHeaderValue.size = iReference;
Public Property Size As Nullable(Of ULong)

屬性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

估計大小 (以位元組為單位)。

適用於