NGon
NGon copied to clipboard
Allow accepting json converters as a parameter
Actually, I already implemented this feature for private usage and would love to share it here. Can you update the nuget package then?
usage example, in view
@Html.IncludeNGon(converters: new IsoDateTimeConverter() { DateTimeFormat = "yyyy-MM-dd HH:mm:ss" })
@code4aman Sure, I'd love to take a look. Submit a PR and I'll pull it in. Thanks!
added PR, feel free to leave feedback