Share via


FileContentResult.FileContents 屬性

定義

取得或設定檔案內容。

public:
 property cli::array <System::Byte> ^ FileContents { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] FileContents { get; set; }
member this.FileContents : byte[] with get, set
Public Property FileContents As Byte()

屬性值

Byte[]

適用於