Click or drag to resize
CSSWrapper.TrimCharset Method
Trims the charset from the CSS style

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 11.0.0
Syntax
C#
public static string TrimCharset(
	string data
)

Parameters

data
Type: System.String
CSS text where to trim the charset

Return Value

Type: String
See Also