public abstract static class HtmlSaveOptions.CssUrlMakingStrategy
extends com.aspose.ms.System.MulticastDelegate
You can assign 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"
Constructor and Description |
---|
CssUrlMakingStrategy() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(HtmlSaveOptions.CssUrlRequestInfo cssUrlRequestInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
String |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract String |
invoke(HtmlSaveOptions.CssUrlRequestInfo cssUrlRequestInfo) |
getInvocationList, op_Equality, op_Inequality
public abstract String invoke(HtmlSaveOptions.CssUrlRequestInfo cssUrlRequestInfo)
public final com.aspose.ms.System.IAsyncResult beginInvoke(HtmlSaveOptions.CssUrlRequestInfo cssUrlRequestInfo, com.aspose.ms.System.AsyncCallback callback, Object state)
public final String endInvoke(com.aspose.ms.System.IAsyncResult result)
result
- IAsyncResult object