Upgrade to Preview8

This commit is contained in:
Shaun Walker
2019-08-14 13:28:49 -04:00
parent 77d131637c
commit 03c7a99906
26 changed files with 32 additions and 31 deletions

View File

@ -31,7 +31,7 @@
HtmlTextInfo htmltext;
string content;
protected override async Task OnInitAsync()
protected override async Task OnInitializedAsync()
{
HtmlTextService htmltextservice = new HtmlTextService(http, sitestate, UriHelper);
List<HtmlTextInfo> htmltextlist = await htmltextservice.GetHtmlTextAsync(ModuleState.ModuleId);