I used some class from a lib, and I want to define some additional attribute to one class in the lib.
Take an example, we use a library which has a sub class of Web Api ApiController, and it is a seal class which can not be extended, I want to add an AuthenticationFilter attribute to this class and some actions with that class.
Is there any way to implement this? thanks.