ASP.NET Integration

  1. Install Regate via nuget:
    Install-Package Regate
  2. Initialize your component just once:
    @Html.Raw(RegateText.Init())
  3. Use your component:
    @Html.Raw(RegateText.Build("Title"))