asp.net - Reuse Razor Partial View with Form -
i have partial view has form post controller. can include view using @html.renderpartial.
the problem parent view linked controller. , partial view post orginal controller.
is possible , how write partial views form supports reuse?
thanks,
you can pass form's action
url (or action name) parameter partial view.
Comments
Post a Comment