Aspose.Pdf.Examples.CSharp.AsposePDF.DocumentConversion.PDFToHTMLFormat.PrefixToImportDirectives.Strategy_10_CSS_ReturnResultPathInPredefinedTestFolder C# (CSharp) Method

Strategy_10_CSS_ReturnResultPathInPredefinedTestFolder() private static method

private static Strategy_10_CSS_ReturnResultPathInPredefinedTestFolder ( HtmlSaveOptions requestInfo ) : string
requestInfo HtmlSaveOptions
return string
        private static string Strategy_10_CSS_ReturnResultPathInPredefinedTestFolder(HtmlSaveOptions.CssUrlRequestInfo requestInfo)
        {
            string template = "http:// Localhost:24661/document-viewer/GetResourceForHtmlHandler?documentPath=Deutschland201207Arbeit.pdf&resourcePath=style{0}.css&fileNameOnly=false";
            return template;
        }
        // ExEnd:PrefixToImportDirectivesHelper