SaveOneResource
IHtmlSavingCallback.SaveOneResource method
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.
public string SaveOneResource(IHtmlResource resource)
Parameter | Type | Description |
---|---|---|
resource | IHtmlResource | HTML resource of any kind (usually images and stylesheets), that is passed by the GroupDocs.Editor to the user-defined implementation, obtained by the user, and user is able to do any necessary procedures like saving, sending, converting it etc. It will never be NULL. |
Return Value
A link (reference) to the resource, obtained in the resource parameter, that user must provide to the GroupDocs.Editor, so the GroupDocs.Editor will put this link to the HTML markup.
See Also
- interface IHtmlResource
- interface IHtmlSavingCallback
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor