Generate the HTML content that is published to the destination Weblog.
public abstract string GeneratePublishHtml( ISmartContent content, IPublishingContext publishingContext );
|
Parameter
|
Description
|
| content | ISmartContent object to generate HTML for. |
| publishingContext | Publishing context for HTML generation. |
HTML to be published to the destination Weblog.
Reference
SmartContentSource Class