Install the ASP.NET Core rich text editor from NuGet in one command. Every download ships the <richtextbox> tag helper, static web assets, upload and DOCX import/export endpoints, the full AI Toolkit (Ask AI, Chat, Review), and the complete collaboration / review stack — slash commands, @mentions, Track Changes, threaded comments, revision history, find & replace, and Yjs presence. Free 30-day trial, no credit card.
Install RichTextBox for ASP.NET Core from NuGet. The package ships the <richtextbox> tag helper, static web assets, upload endpoints, the AI Toolkit, and all collaboration plugins — no source download, no build step on your side.
Trial Package
A ready-to-run ASP.NET Core trial solution — unzip, open RichTextBox-Trial.slnx (or run dotnet run --project RichTextBox.WebSite), and browse 100 server-side demos on your own machine. Ships the full Razor source for every demo plus the signed lib/RichTextBox.dll. Requires the .NET 8 SDK.
editor.aiToolkit.setResolver() or IRichTextBoxAiResolver.enable-structured-content="true".rte.js has an editable RTE_DefaultConfig block at the top.Integrating into your own project? Install the NuGet package instead:
dotnet add package RichTextBox.AspNetCore
Setup — three steps
1. Add @addTagHelper *, RichTextBox to _ViewImports.cshtml.
2. In Program.cs, call builder.Services.AddRichTextBox() and app.MapRichTextBoxUploads().
3. Place your RichTextBox.lic file in the app content root (beside Program.cs) so runtime license validation passes for rendering and uploads.
4. Drop <richtextbox name="Body" toolbar="default" /> into any Razor page and you're done — the tag helper renders the editor, wires uploads, and lights up AI / collaboration features per the attributes you set.
All licenses are perpetual and never expire. One-time purchase with no recurring fees.