Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DamianEdwards opened this issue Jul 6, 2017 · 0 comments

Comments

@DamianEdwards
Copy link
Owner

DamianEdwards commented Jul 6, 2017

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant