InteropLoadCssFile Method |
Adds a 'link' tag to the HTML page and waits for the CSS file to finish loading.
Namespace: CSHTML5Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public static Task<Object> LoadCssFile(
string url
)
Parameters
- url
- Type: SystemString
The URL of the CSS file.
Return Value
Type:
TaskObjectNothing
See Also