Info
| Version: | 1.0.0-alpha-1 | 
| Author(s): | TitanFx | 
| Last Update: | Sunday, November 3, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/titan-fx/AspNetCore | 
| NuGet Url: | https://www.nuget.org/packages/TitanFx.AspNetCore.Mvc.Templating | 
Install
Install-Package TitanFx.AspNetCore.Mvc.Templating
                        dotnet add package TitanFx.AspNetCore.Mvc.Templating
                        paket add TitanFx.AspNetCore.Mvc.Templating
                        
                                TitanFx.AspNetCore.Mvc.Templating Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 2.2.0)
- System.Interactive(>= 4.0.0)
Tags
 
                
This library replaces the default HtmlHelper<T> with a new TemplateHtmlHelper<T> which makes use of an ITemplateService to render editor and display templates.
To add or modify existing templates, add or modify the registered templates in an ITemplateProvider instance which is loaded into the DI container.