IHtmlSavingCallback

IHtmlSavingCallback interface

Interface, that is used while saving the to the HTML format and which must be implemented by the end-user in order to save the provided resource and returns a link to it

public interface IHtmlSavingCallback

Methods

Name Description
SaveOneResource(IHtmlResource) Instance method, that is triggered during the Save method call and which must be implemented by the end-user in order to obtain and save the provided HTML resource and then return a link to this resource back to the invoker.

See Also