Click or drag to resize
IncludesAddInlineCss Method (String)
Adds an in-line CSS block.

Namespace: ConnectedApps.Cms.Sdk.UI.Web
Assembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddInlineCss(
	string css
)

Parameters

css
Type: SystemString
The content to add.
See Also