c# - Querying the ASP.NET form object with linq -
Is it possible to select all the controls that get a particular abstract class with the link.
Use the extension method:
... form. ControlsOfType & lt; MyControlBase & gt; () ... To view it recursively: An intake that runs the control tree to make that list, which you then apply to LINQ operators
Comments
Post a Comment