Headless.BinaryPage.GetContent C# (CSharp) Méthode

GetContent() public méthode

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