Headless.Page.SetContent C# (CSharp) Метод

SetContent() защищенный абстрактный Метод

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. ///
Результат void
        protected internal abstract void SetContent(HttpContent content);