Click or drag to resize
CSSHelperGetStyle Method
Encloses a style declaration block in an HTML style element.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetStyle(
	string style
)

Parameters

style
Type: SystemString
Style block containing CSS rules

Return Value

Type: String
HTML style element with enclosed CSS rules
See Also