What is Partial View in MVC?
- Sharad Jaiswal
- 22nd Feb, 2018
1 answer(s) :
-
Reply
"
It is a special view that is used to render a portion of the view content. It is like a user control of the web form application. It can be reusable in different views and helps us to reduce the code duplication. It is instantiated with the ViewDictionary object and is available with the parent view. Changes made with this object are not affected by the parent view data.
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Satyam Jaiswal
13th Feb, 2020