Winform interface development-HTML content editing control, winform-html
Reference and recommendation blog: Wu huacong
Http://www.cnblogs.com/wuhuacong/archive/2009/07/07/1518346.html
Http://www.cnblogs.com/wuhuacong/p/3560685.html
This article introduces the author's software development and development process. Over the past decade, the author has focused on thinking, summarizing, summarizing, and organizing the development process, forming his own development style, many of these experiences are worth learning, at least I realized in advance that in addition to technical proficiency, I should pay more attention to the summary of development ideas, development experiences and development ideas.
Many VS built-in controls are used in winform interface development. controls can be understood as classes and have their own attributes and methods.
Here we will share an HTML content editing control provided by Wu huacong, which involves network programming. I will not go into details, but then analyze its implementation logic.
Use the following two attributes:
String bodyHtml = this.txt Content. BodyHtml; string bodyText = this.txt Content. BodyText;