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.
ユーザーがwysiwygエディターを使用してページをまとめることができる、ASP.netサイトを作成しようとしています。次に、そのページ(html)をhtmlページとして保存しています。
私はすべての例を見てきましたが、私のテストから、サーバーに投稿した後、純粋なテキスト形式でコンテンツを取得できるようですが、実際のhtmlに相当するものをどこで取得するかを判断できないようです。
提案?
のname属性はtextareaPOSTパラメータキーになります。
name
textarea
Dim Html As String = Request.Form("txtBody")