IncludesAddCssLink Method (String, Int32) |
Adds a CSS link with the "screen" media attribute.
Namespace: ConnectedApps.Cms.Sdk.UI.WebAssembly: 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,
int orderIndex
)
Public Shared Sub AddCssLink (
url As String,
orderIndex As Integer
)
public:
static void AddCssLink(
String^ url,
int orderIndex
)
static member AddCssLink :
url : string *
orderIndex : int -> unit
Parameters
- url
- Type: SystemString
The URL of the CSS file. - orderIndex
- Type: SystemInt32
The order in which the include is included.
See Also