Headless.BinaryPage.GetContent C# (CSharp) Method

GetContent() public method

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