Excellent Tutorial. Can't I achieve the same result using static partial. @Html.Partial(_partialViewName, model-data). This topic is something confusing.
Html.Partial is used to render static content(i.e. static partial view), whereas Html.Action executes the specified action method and then generates the HTML and render it(i.e. dynamic partial view).
@@CodeSemantic it means if I have created dynamic partial result.it can not be possible by access @hml.partial.and thanks a lot maam very nice tutorial of all ur.
Awesome...Hats off...
Great Mam
how to bind dynamic menu into partialview?
Thank you so much!!!
Excellent Tutorial. Can't I achieve the same result using static partial. @Html.Partial(_partialViewName, model-data). This topic is something confusing.
Super, keep it up.
What is different between @html.partial and #html.action,nice tutorial
Html.Partial is used to render static content(i.e. static partial view), whereas Html.Action executes the specified action method and then generates the HTML and render it(i.e. dynamic partial view).
@@CodeSemantic it means if I have created dynamic partial result.it can not be possible by access @hml.partial.and thanks a lot maam very nice tutorial of all ur.