public static interface HtmlSaveOptions.CssUrlMakingStrategy
You can assygn to this property delegate created from custom method that implements creation of URL of CSS referenced in generated HTML document. F.e. if You want to make CSS referenced in HTML f.e. as "otherPage.ASPX?CssID=zjjkklj" Then such custom strategy must return "otherPage.ASPX?CssID=zjjkklj"
Modifier and Type | Method and Description |
---|---|
String |
invoke(HtmlSaveOptions.CssUrlRequestInfo cssUrlRequestInfo) |
String invoke(HtmlSaveOptions.CssUrlRequestInfo cssUrlRequestInfo)
Copyright © 2014 Aspose. All Rights Reserved.