I have a base clase "AsyncHandlerBase"
public class CameraAlertsQuery : AsyncHandlerBase
the base class is inherited by multiple pages. is there any way in the base class to execute specific code when a particular class is inheriting it? I would have that particular code executed on the page itself, but it is not possible in this case.