TagHelperPack icon indicating copy to clipboard operation
TagHelperPack copied to clipboard

Add support for passing extra parameters to field/display/edit template Tag Helpers

Open DamianEdwards opened this issue 7 years ago • 0 comments

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_

DamianEdwards avatar Jul 06 '17 06:07 DamianEdwards