Headless.Page.SetContent C# (CSharp) Method

SetContent() protected abstract method

Sets the content of the page from the specified content.
protected abstract SetContent ( HttpContent content ) : void
content System.Net.Http.HttpContent /// The HTTP response content. ///
return void
        protected internal abstract void SetContent(HttpContent content);