Aspose.Pdf.Examples.CSharp.AsposePDF.DocumentConversion.PDFToHTMLFormat.PrefixToImportDirectives.Strategy_10_CSS_ReturnResultPathInPredefinedTestFolder C# (CSharp) 메소드

Strategy_10_CSS_ReturnResultPathInPredefinedTestFolder() 개인적인 정적인 메소드

private static Strategy_10_CSS_ReturnResultPathInPredefinedTestFolder ( HtmlSaveOptions requestInfo ) : string
requestInfo HtmlSaveOptions
리턴 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