StaticWebModuleContentHtml Property |
The actual html content of the pade. Only the <BODY> of the html is stored.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Cms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ContentHtml { get; set; }
Public Property ContentHtml As String
Get
Set
public:
property String^ ContentHtml {
String^ get ();
void set (String^ value);
}
member ContentHtml : string with get, set
Property Value
Type:
String
See Also