You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DamianEdwards
changed the title
Add support for passing extra parameters to field/display template Tag Helpers
Add support for passing extra parameters to field/display/edit template Tag Helpers
Oct 14, 2020
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
, andadditionalViewData
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_The text was updated successfully, but these errors were encountered: