module load error handler, router optimizaton, relative paths, fixed add existing module control panel issue
This commit is contained in:
@ -133,6 +133,8 @@ else
|
||||
content = await this.RichTextEditorHtml.GetHTML();
|
||||
}
|
||||
|
||||
content = content.Replace(((PageState.Alias.Path == "") ? "/~" : PageState.Alias.Path) + Constants.ContentUrl, Constants.ContentUrl);
|
||||
|
||||
try
|
||||
{
|
||||
HtmlTextService htmltextservice = new HtmlTextService(http, sitestate, NavigationManager);
|
||||
|
Reference in New Issue
Block a user