What's Changed?
Css Property



KellermanSoftware.WhatsChanged Namespace > OutputHtmlLogic Class : Css Property
The CSS for the HTML file
Syntax
Public Property Css As String
Dim instance As OutputHtmlLogic
Dim value As String
 
instance.Css = value
 
value = instance.Css
public string Css {get; set;}
public:
property String^ Css {
   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