PeachPDF

PeachPDF.Network.RNetworkLoader

RNetworkLoader.GetPrimaryContents() Method

Returns the root HTML document as a string. Called once at the start of rendering when null is passed as the HTML argument to a PdfGenerator.GeneratePdf/AddPdfPages overload.

public abstract System.Threading.Tasks.Task<string> GetPrimaryContents();

Returns

System.Threading.Tasks.Task<System.String>