What's Changed?
Footer Property



KellermanSoftware.WhatsChanged Namespace > OutputHtmlLogic Class : Footer Property
The footer for the bottom of the HTML file, right before the body tag
Syntax
Public Property Footer As String
Dim instance As OutputHtmlLogic
Dim value As String
 
instance.Footer = value
 
value = instance.Footer
public string Footer {get; set;}
public:
property String^ Footer {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutputHtmlLogic Class
OutputHtmlLogic Members