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.
マネージャー領域にカスタム ページを作成し、HTML コンテンツを編集するためのテキスト領域を追加したいと考えています。既存のコントロールを参照する方法がわかりません。ありがとう
HTML エディターを作成するには、次の手順に従います。
1: html-editor を設定する部分ビューを含めます
@Html.Partial("~/Areas/Manager/Views/Shared/Partial/TinyMCE.cshtml")
2: クラス エディターをテキストエリアに追加する
<textarea class="editor"></textarea>
これでうまくいくはずです。
よろしく
/ホーカン