Compartir a través de


FileContentResult.FileContents Propiedad

Definición

Obtiene o establece el contenido del archivo.

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

Valor de propiedad

Byte[]

Se aplica a