THIS is how you use Partial Views in ASP.NET Core 6

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

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

  • @tutorialsEUC
    @tutorialsEUC  2 года назад +2

    🚀C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy

    • @andread4721
      @andread4721 2 года назад

      Two questions: When will it start? Will you fill my mailbox with tons of spam?

  • @MrTonyradford
    @MrTonyradford 9 месяцев назад +1

    Thanks for this - it's a very useful technique and saves passing the partial model data into the view.

  • @ВиталийАрдашов
    @ВиталийАрдашов 2 года назад +10

    Let me ask you a question. Why didn't you use
    @await Html.Partial Async("_BlogArticles", blogentries)

    • @tutorialsEUC
      @tutorialsEUC  2 года назад +5

      Hi, thanks for adding that nice helper function. Your way definately works too but from my side of experience in MVC most stuff (especially when it comes to datatable etc.) gets rendered (even partial views) by using the jquery approach to manage when stuff is loaded. My approach allows you to run code after the partial view has loaded (and you will do that alot!).
      Greets,
      Jannick :-)

  • @acatij
    @acatij 9 месяцев назад +2

    Can we load a partialView with different data, example for home 6 articles and for archivo only 2?

  • @dyaaCoding
    @dyaaCoding Год назад +2

    can this be done in Razor pages . I have a model i created a scaffold from. I now have a folder in my Pages called Categories and it has Create, Index ,delete, details cshtml and cshtml.cs. i want my main Pages/Index.cshtml to render the Pages/Categories/Index.Cshtml in my main Index. While maintaining the ability to press the create button and actually add a new iterm.

  • @MariwanHS
    @MariwanHS 3 месяца назад +1

    can we use it for layout page as well?

  • @dinoma2095
    @dinoma2095 11 месяцев назад +1

    Hi, im working on my own project with View transitions API, has someone combined partialViews with it?,
    Good video by the way.

  • @acatij
    @acatij 9 месяцев назад

    Can this be used to create some common controls, like a dropdwons that are used multiple times over a proyect?

    • @MrTonyradford
      @MrTonyradford 9 месяцев назад

      I think this approach could be used for any control in a partial, if you pass the data formatted correctly into the partial.

  • @hannahbandana88
    @hannahbandana88 2 года назад

    I cant find the link too the asp net 5 day challenge?

  • @EldhoLikesIt
    @EldhoLikesIt 5 месяцев назад

    Thanks

  • @woquendoG
    @woquendoG 2 года назад +1

    hi, how to remove that partial?

  • @abc-hl1pw
    @abc-hl1pw 2 года назад +1

    Greeat video thanks

  • @stijntempelaere8772
    @stijntempelaere8772 2 года назад

    I was just wondering if you need to repeat the script part in every page you want to render the partial view? Is it possible to create a class instead and place it in the js file?

    • @FromRootsToRadicals_INTP
      @FromRootsToRadicals_INTP Год назад

      It depends on your setup. Normally you want to consolidate scripts to the view they are needed. If you placed it outside then it would always be rendered without the partial. If you have multiple partials on one view that are all the same then obviously dont do that. You could then place in a render tag at the parent view when needed.

    • @FromRootsToRadicals_INTP
      @FromRootsToRadicals_INTP Год назад +1

      But for scope purposes we like to place scripts of partial inside the partial.

  • @siddhantpanda5455
    @siddhantpanda5455 2 года назад

    Is it possible to render in cstml insted of scripts tag

  • @damianjankov3343
    @damianjankov3343 2 года назад

    Very nicely explained, thank you!

  • @harrynewman1744
    @harrynewman1744 2 года назад +1

    Also for me this method returns error 500

  • @binodsharma112
    @binodsharma112 Год назад

    Nice, explain , I prefer using HTMX in partial .

  • @tanoryjakaperdana1419
    @tanoryjakaperdana1419 Год назад +3

    So its jquery

  • @gollumei
    @gollumei Год назад

    This is exactly why React is the best framework, so much easier than this mess.

  • @bojohannesen4352
    @bojohannesen4352 8 месяцев назад

    Dumb thumbnail. Bad tutorial. No Bueno.

    • @nyx8026
      @nyx8026 7 месяцев назад

      Could you elaborate

    • @bojohannesen4352
      @bojohannesen4352 7 месяцев назад

      @@nyx8026 Not to you.

    • @nyx8026
      @nyx8026 7 месяцев назад

      @@bojohannesen4352 To whom then?