JavaScript interop methods to manage html head elements for title, meta and link
This commit is contained in:
@ -27,7 +27,7 @@ namespace Oqtane.Themes
|
||||
Url = ThemePath() + Url;
|
||||
}
|
||||
var interop = new Interop(JSRuntime);
|
||||
await interop.IncludeCss("Theme", Url);
|
||||
await interop.IncludeCSS("Theme", Url);
|
||||
}
|
||||
|
||||
public string NavigateUrl()
|
||||
|
Reference in New Issue
Block a user