Want to extend an XML Web Part, which is the easiest way when the existing Web Part is a private class?

I need to extend an XML Web Part to allow some custom properties. What's the easiest way to have an existing XML Web Part class sealed?

The extended custom properties will be used to get the attributes of the XML Web Part like XML Url, XSL Url, etc.

-Gandalf

+1


a source to share


1 answer


Since this is a simple website, I think the easiest way would be to write it yourself. You can always take a peak in Microsoft code using Reflector



+1


a source







All Articles