Aspose.Pdf.Examples.CSharp.AsposePDF.DocumentConversion.PDFToHTMLFormat.SaveHTMLImageCSS.CssUrlMakingStrategy C# (CSharp) Method

CssUrlMakingStrategy() private static method

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