Last post Nov 12, 2018 02:49 PM by Mikesdotnetting
Member
2 Points
6 Posts
Nov 12, 2018 01:37 PM|DoWorkAsync|LINK
I'm just getting started on web forms (having first learned MVC approach).
I would like to ask if the Web Parts for creating personalized sites is something that is limited to web forms type sites, or can it be used for MVC style sites as well ?
All-Star
194030 Points
28034 Posts
Moderator
Nov 12, 2018 02:49 PM|Mikesdotnetting|LINK
Web Parts are server controls and are only available in Web Forms. As such, they are not supported in MVC.
Member
2 Points
6 Posts
Are web parts a web forms feature only or can it be used in MVC type applications ?
Nov 12, 2018 01:37 PM|DoWorkAsync|LINK
I'm just getting started on web forms (having first learned MVC approach).
I would like to ask if the Web Parts for creating personalized sites is something that is limited to web forms type sites, or can it be used for MVC style sites as well ?
All-Star
194030 Points
28034 Posts
Moderator
Re: Are web parts a web forms feature only or can it be used in MVC type applications ?
Nov 12, 2018 02:49 PM|Mikesdotnetting|LINK
Web Parts are server controls and are only available in Web Forms. As such, they are not supported in MVC.