Headless.BinaryPage.GetContent C# (CSharp) 메소드

GetContent() 공개 메소드

Gets the content of the page.
public GetContent ( ) : byte[]
리턴 byte[]
        public byte[] GetContent()
        {
            return _content;
        }