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[]

适用于