1.

What do you mean by partial view of MVC?

Answer»

A partial view can be defined as a portion of HTML that is CAREFULLY injected into an existing DOM. Partial VIEWS are commonly implemented for componentizing RAZOR views, making them simpler to build and update. Controller methods can also directly RETURN the partial views.



Discussion

No Comment Found