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

적용 대상