Tag helpers in asp net core

Tag helpers in asp net core

kudvenkat

5 лет назад

135,092 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@somyamishra7730
@somyamishra7730 - 11.01.2024 21:47

Hi Sir, why we use anonymous object to pass the rouute value

Ответить
@onecrore2210
@onecrore2210 - 01.01.2024 15:19

@addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers"

Ответить
@venkat1783
@venkat1783 - 25.04.2022 09:23

Amazing,even a kid can understand easily.

Ответить
@HaoNguyen-km9xj
@HaoNguyen-km9xj - 10.01.2022 15:35

Nice, thank you, sir, with all respect, I burn a lot of money for university, but they are ****, your video very clear and clean, super easy to know and remember, nice, really nice sir, thank for series

Ответить
@payalsankhe8634
@payalsankhe8634 - 07.12.2021 14:31

Thank you sir, the way you explain in each videos is commendable

Ответить
@SuperEvoken
@SuperEvoken - 26.10.2021 03:51

thank you sir.

Ответить
@maklesuddin1790
@maklesuddin1790 - 11.10.2021 23:27

Dear All
I have face a problem .I can not do 3 row list and also I used code of kudvenkat but do not work .style="min-width: 18rem; max-width:30.5%;" please any solve this problem .thanks

Ответить
@eugene-white-shark
@eugene-white-shark - 24.09.2021 16:48

Thank you very much, so good!

Ответить
@mohdnasir7023
@mohdnasir7023 - 17.04.2021 23:16

If
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
not working then just add
@addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers"

Ответить
@maviyaqureshi3264
@maviyaqureshi3264 - 21.02.2021 14:10

Thank you for the video

Ответить
@kelbinlin287
@kelbinlin287 - 15.01.2021 07:54

if your tag helpers are not working, make sure there's no (;) in viewimports for @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

Ответить
@devnewbie7391
@devnewbie7391 - 31.12.2020 05:18

watching this dec 31 2020 i will take it to 2021 thanks for teaching me master Love you and stay safe <3

Ответить
@ypwygk652
@ypwygk652 - 20.12.2020 18:48

fix problem by adding @addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers" not @addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers

Ответить
@ypwygk652
@ypwygk652 - 20.12.2020 18:47

@addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers"

Ответить
@umarbaig007
@umarbaig007 - 05.10.2020 08:15

not exist in current context what's i'm doing wrong pleasse help?

Ответить
@kaizermeow
@kaizermeow - 16.09.2020 09:20

I also could not get it to work so I checked my Startup.cs file and repasted @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
make sure to not terminate it with a semicolon (;), worked for me

Ответить
@carlosinigo9225
@carlosinigo9225 - 02.07.2020 07:30

Amazing tutorial!

Ответить
@aututaichinh4.051
@aututaichinh4.051 - 26.05.2020 17:53

Thank you sir. Tag helper is usefull, but how can I submit form with json web tokken, because I use web api

Ответить
@arameshkumar5072
@arameshkumar5072 - 25.04.2020 10:37

its awesome sir

Ответить
@Abhimanyukumar-vb8bz
@Abhimanyukumar-vb8bz - 24.04.2020 12:27

can anyone Please guide me it's not working(not able to generate href) even after using @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers in _ViewImpots.cshtml

Ответить
@kurtfurkan6723
@kurtfurkan6723 - 21.04.2020 19:21

guys i had a problem like not show purple color for taghelpers. i wrote @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers by hand and it did not work but i dont know why i just copied it somewhere and pasted, it started to work. i had no spell error btw.

Ответить
@karimmessaoud3191
@karimmessaoud3191 - 25.02.2020 15:16

Nice tutorial.

Ответить
@jonyfrany1319
@jonyfrany1319 - 17.12.2019 22:42

Kudvenkat Your The Best, I was wondering if you know why I can’t get asp tag helpers on VS 16.4.0. I’m using asp. Net core v 2.2

Ответить
@santoshdevkota1959
@santoshdevkota1959 - 09.12.2019 12:18

You explain in a marvelous way. God bless you sir!

Ответить
@geethasamynathan6598
@geethasamynathan6598 - 16.11.2019 13:16

Tag Helpers and Html helper is not generating href attribute value . I Installed Razon from Nugett package. Anyone can help me for the same.

Ответить
@nolimitsREAL
@nolimitsREAL - 29.10.2019 21:52

Interesting, it's similarly with the attribute routing ...

Ответить
@akfsf00543
@akfsf00543 - 20.10.2019 19:51

<a href="@Url.Action("Home","Index",new {Id= Get value from javascript ?})">GO TO</a>

Ответить
@akfsf00543
@akfsf00543 - 20.10.2019 19:39

<a asp-controller="Home" asp-action="Index" asp-route-Id="Get value from javascript ?">GO TO</a>

Ответить
@salmanchowdarym1110
@salmanchowdarym1110 - 08.10.2019 10:13

Thank you sir

Ответить
@IsmaelBarri
@IsmaelBarri - 21.06.2019 17:51

If you cant get TagHelpers intellisense and the coloring add this to your _viewimports file @addTagHelper *, AuthoringTagHelpers

Ответить
@honeytrippers
@honeytrippers - 24.05.2019 19:30

the prev and next video links are wrong

Ответить
@arvindverma2374
@arvindverma2374 - 18.05.2019 18:30

Can anyone explain why tag helper stop working when we put ; after this statement in viewimports file?
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

Ответить
@nishthakapur997016
@nishthakapur997016 - 29.04.2019 19:53

what if my contrller method has 2 or more parameters?

Ответить
@ahmedfares2239
@ahmedfares2239 - 10.04.2019 15:36

Well done Mr Venkat

Ответить
@vssrikanthgarnepudi5952
@vssrikanthgarnepudi5952 - 06.04.2019 16:03

After adding the tag helpers name space in view imports bootstrap styles are not loading.. can any one help On this

Ответить
@coolwaterdvr
@coolwaterdvr - 29.03.2019 18:11

Thanks Venkat.

Ответить
@lazarstevanovic1286
@lazarstevanovic1286 - 27.03.2019 10:52

God bless you, thank you!

Ответить
@rukhsarahmad3224
@rukhsarahmad3224 - 27.03.2019 10:39

waiting for Unit Testing that how to manage.

Ответить
@MmMm-tg5mq
@MmMm-tg5mq - 27.03.2019 09:17

Thanks thanks thanks tell I got tired, keep going great guy

Ответить
@rakeshpawar4089
@rakeshpawar4089 - 27.03.2019 09:12

Thank You So Much! I really appreciate!

Ответить
@SirSchlock
@SirSchlock - 27.03.2019 05:36

I'm failing to see the benefit of this other approach. In the end readability and self-documenting win. Or am I missing something?

Ответить
@maxosall6972
@maxosall6972 - 27.03.2019 00:17

Thank you sir, this was really detailed and clear

Ответить
@salomonks-francais6752
@salomonks-francais6752 - 27.03.2019 00:17

Thank you so much for you dedication and kindness.

Ответить