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);