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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -