Displays the model as a theme name. If the model is null, nothing is rendered.
Model Type: string
[Category("Skin"), Caption("Theme"), Description("The theme used for all pages of the site")] [UIHint("Theme"), ReadOnly] public string Theme { get; set; }
Allows selection of a theme from the list of all installed themes using a dropdown list.
Model Type: string
[Category("Skin"), Caption("Theme"), Description("The theme used for all pages of the site")] [UIHint("Theme"), StringLength(PageDefinition.MaxTheme), Trim] public string Theme { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com