How do it create/access my own properties for elements in C# that I will use in JS. and how do I access properties that are avaiable in Html but don’t appear to be exposed in the c# set like the border property for tables I know I can do it with styles and classes, but it seems like a limp around as opposed to the most robust way to do it. Thanks in advance.
Share
The
Attributesproperty of theWebControlbase class is what you’re looking for. Example: