Click here to Skip to main content
15,886,074 members
Articles / Web Development / Blazor

Microsoft Blazor - Custom Controls for Dynamic Content

Rate me:
Please Sign up or sign in to vote.
5.00/5 (14 votes)
17 Oct 2020CPOL6 min read 25.1K   21  
Demonstration of how to create an externally extendable dynamic page, which will support all controls that we can add later in a separate assembly without the recompilation of the dynamic page
This article demonstrates a way of dynamic UI generation when you don't know all types of controls upfront. This is a well-known challenge for extendable content management systems or dynamic forms frameworks when embedding of new controls to page generation logic is restricted.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Pro Coders
Australia Australia
Programming enthusiast and the best practices follower

Comments and Discussions