Part 10: Sitecore MVC presentation concepts | Build a component using View Rendering

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

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

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

    Guys, stop searching internet for Sitecore tutorials. This one is the best! :)

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

    Your explaining all clear cut!!

  • @nevilpereira1988
    @nevilpereira1988 3 года назад +2

    I m new to sitecore..but this is best tutorials for sitecore 🙏🙏🙏

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

    you tutorial helped me a lot but you made some easy topics hard to understand.
    btw thanks for all the knowledge.

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

      Thanks for the feedback, could you please let me know which topic/area you felt was difficult to understand so that I can improve on those.

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

    Nice video Gopi ,Please take one example related to dynamic placeholder

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

      These concepts will be covered in the later videos.

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

    I'm new to Sitecore your tutorials really helping me out.
    Much thanks!!!
    btw can you make a video on Helix? that would be great!

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

    HI Gopi, I am getting XHTML markup errors while rendering the rich text in experience editor, Can you pls let me know how to remediate the issue. Thanks

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

      Hi Anvay, little tricky to solve without full context. How are you rendering the field, using Sitecore HTML helper or field renderer? are these errors only in the experience editor or on the website as well? Can you please use Suggest fix on the RTE field in the Content editor, then observe if there are any issues in the content.
      Please post your questions on these wider community forums, even I am there and will have a look.
      sitecore.stackexchange.com/ or sitecore.chat/

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

      @@GopiGujjula I am using HTML helpers only the same way you explained in the video. It's appearing only in Exp Editor.

    • @RajaSekhar-fq4il
      @RajaSekhar-fq4il 3 года назад +2

      Hi Anvay, i also got same error i solved it by adding 'model.item' to this field as second parameter.
      @Html.Sitecore().Field("Call_To_Action",Model.Item,new { @class="btn"})

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

      @@RajaSekhar-fq4il Thank you and a good catch. yes, I just looked at the code, Call to action HTML helper, is missing Model.Item, updated the code and pushed to Github. @Anvay Joshi, please pull the latest from Github repo github.com/gopigujjula/Sitecore.DemoProject.MVC/blob/4489a82a875650c7bdff06185523c8478f02fb90/Sitecore.DemoProject.MVC.Web/Views/About/Index.cshtml

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

      @@RajaSekhar-fq4il I am not getting the issue with Call To Action Part, I am getting it for Description which is a Rich Field Text

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

    Can we use python here?

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

      No, at present Sitecore XP supports ASP.NET Webforms and ASP.NET MVC.
      Headless deployment supports JavaScript & ASP.NET Core.

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

    Also I am not getting how sitecore search is working using solr indexing please make one video to clear concepts , Thankyou

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

      These concepts will be covered in the later videos.

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

    👍👍 Please make videos on sitecore sxa also

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

      I will do it, but it might take some time.

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

    grt tutorial