FileContentResult.FileContents Property

Definition

Gets or sets the file contents.

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()

Property Value

Byte[]

Applies to