Headless.BinaryPage.GetContent C# (CSharp) Метод

GetContent() публичный Метод

Gets the content of the page.
public GetContent ( ) : byte[]
Результат byte[]
        public byte[] GetContent()
        {
            return _content;
        }