24 - Dynamic Partial View

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 9

  • @MuthuKumar-sw7pe
    @MuthuKumar-sw7pe 3 года назад +1

    Awesome...Hats off...

  • @amitskhandelwal
    @amitskhandelwal 3 года назад +1

    Great Mam

  • @philliptran4235
    @philliptran4235 3 года назад +1

    Thank you so much!!!

  • @DEEPAKKUMAR-ek4nb
    @DEEPAKKUMAR-ek4nb 4 года назад +1

    Super, keep it up.

  • @PAJANI1910
    @PAJANI1910 3 года назад

    Excellent Tutorial. Can't I achieve the same result using static partial. @Html.Partial(_partialViewName, model-data). This topic is something confusing.

  • @sunnyparmar9064
    @sunnyparmar9064 4 года назад +1

    how to bind dynamic menu into partialview?

  • @narendarsingh4672
    @narendarsingh4672 4 года назад +1

    What is different between @html.partial and #html.action,nice tutorial

    • @CodeSemantic
      @CodeSemantic  4 года назад +1

      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).

    • @narendarsingh4672
      @narendarsingh4672 4 года назад

      @@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.