Remove this keyword
This commit is contained in:
		| @ -130,7 +130,7 @@ else | ||||
|     { | ||||
|         if (RichTextEditorMode) | ||||
|         { | ||||
|             content = await this.RichTextEditorHtml.GetHTML(); | ||||
|             content = await RichTextEditorHtml.GetHTML(); | ||||
|         } | ||||
|  | ||||
|         content = content.Replace(((PageState.Alias.Path == "") ? "/~" : PageState.Alias.Path) + Constants.ContentUrl, Constants.ContentUrl); | ||||
|  | ||||
| @ -16,9 +16,9 @@ namespace Oqtane.Modules.HtmlText.Services | ||||
|  | ||||
|         public HtmlTextService(HttpClient http, SiteState sitestate, NavigationManager NavigationManager) | ||||
|         { | ||||
|             this.http = http; | ||||
|             this.sitestate = sitestate; | ||||
|             this.NavigationManager = NavigationManager; | ||||
|             http = http; | ||||
|             sitestate = sitestate; | ||||
|             NavigationManager = NavigationManager; | ||||
|         } | ||||
|  | ||||
|         private string apiurl | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Hisham Bin Ateya
					Hisham Bin Ateya