Click or drag to resize
CMSCssSettingsGetCSSQueryString Method (Boolean)
Gets the query string for the given CSS settings

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public string GetCSSQueryString(
	bool includeQuestionMark
)

Parameters

includeQuestionMark
Type: SystemBoolean
If true, the question mark is included

Return Value

Type: String
See Also