1.

What Is Partial View In Mvc?

Answer»

PARTIAL view in MVC renders a PORTION of view content. It is helpful in reducing CODE duplication. In simple terms, partial view allows to render a view within the parent view.

Partial view in MVC renders a portion of view content. It is helpful in reducing code duplication. In simple terms, partial view allows to render a view within the parent view.



Discussion

No Comment Found