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