toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.5k stars 259 forks source link

Documentation needed for the methods that you are supporting #435

Closed jeevasusej closed 3 years ago

jeevasusej commented 3 years ago

Please add document in details for the all the method and the properties that you are supporting.

For example, how to use html helpers, tag helpers, encode element etc

toddams commented 3 years ago

Neither HTML Helpers, nor Tag Helpers are supported. If there is no built-in object inside a templatePageBase for the encoding, you can use your own. Razor template is very extensible.

Btw, there is a issue template, do not neglect to fill it, it's there for a reason