Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个 ASP.net 站点,用户可以在其中拥有所见即所得的编辑器,并且可以将页面放在一起,然后我将该页面(html)保存为 html 页面。
我查看了所有示例,但似乎从我的测试来看,在我发布到服务器后,我可以获取纯文本形式的内容,但我似乎无法确定从哪里获取实际的 html 等价物。
建议?
的name属性textarea将是 POST 参数键。
name
textarea
Dim Html As String = Request.Form("txtBody")