TagHelperPack
TagHelperPack copied to clipboard
Add support for passing extra parameters to field/display/edit template Tag Helpers
Add support to the various template Tag Helpers for the extra parameters supported by the underlying HTML helper methods, e.g. this call https://github.com/DamianEdwards/TagHelperPack/blob/master/src/TagHelperPack/EditorForTagHelper.cs#L37 should support passing in templateName
, htmlFieldName
, and additionalViewData
as documented at https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.rendering.ihtmlhelper.editor?view=aspnetcore-3.1#Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_Editor_System_String_System_String_System_String_System_Object_