Client fixes
Client is partially done. 227 warnings left out of 1500 I like Rider
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