JavaScript interop methods to manage html head elements for title, meta and link

This commit is contained in:
Shaun Walker
2020-03-20 12:55:00 -04:00
parent 7da2824e50
commit c974b5b78c
4 changed files with 143 additions and 26 deletions

View File

@ -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()