Encloses a style declaration block in an HTML style element.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetStyle(
string style
)
Parameters
- style
- Type: SystemString
Style block containing CSS rules
Return Value
Type:
StringHTML style element with enclosed CSS rules
See Also