ISchemaBasicStylesheet Property
|
Gets and sets the entry XSLT style sheet name, located in the "xml/stylesheets" folder.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string Stylesheet { get; set; }
Property Stylesheet As String
Get
Set
property String^ Stylesheet {
String^ get ();
void set (String^ value);
}
abstract Stylesheet : string with get, set
Property Value
Type:
StringRemarks This property is not required, even if IsDynamicSitePage is set to false.
If no view is found that matches either property, however, not setting it means that the Dynamic Site Server rendering engine outputs XML.
ViewName or RootName.
See Also