word编辑器,类似于Word的。

首先需要添加两个引用:Webform——内嵌word编辑器

 

然后把一个文件夹仍在根目录下:Webform——内嵌word编辑器

 

 

继而在工具箱里 选择项→浏览找到这两个引用,直接把工具拽进来就行:Webform——内嵌word编辑器

 

 

获取编辑器文本:

protected void Button1_Click(object sender, EventArgs e)
    {
        Button1.Text = WebEditor1.Text;
    }

效果图:

Webform——内嵌word编辑器

 

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-03-04
  • 2021-11-03
  • 2022-01-22
  • 2021-10-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-11-10
  • 2021-12-16
  • 2021-11-30
相关资源
相似解决方案