IncludesAddCssLink Method (String) |
Adds a CSS link with the "screen" media attribute.
Namespace: ConnectedApps.Cms.Sdk.UI.AdminAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AddCssLink(
string url
)
Public Shared Sub AddCssLink (
url As String
)
public:
static void AddCssLink(
String^ url
)
static member AddCssLink :
url : string -> unit
Parameters
- url
- Type: SystemString
The URL of the CSS file.
See Also