Click or drag to resize
IncludesAddCssLink Method (String, String)
Adds a CSS link.

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,
	string media
)

Parameters

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