Click or drag to resize
IncludesAddCssLink Method (String)
Adds a CSS link with the "screen" media attribute.

Namespace: ConnectedApps.Cms.Sdk.UI.Admin
Assembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddCssLink(
	string url
)

Parameters

url
Type: SystemString
The URL of the CSS file.
See Also