views:

42

answers:

1

How to create a singleton class which inherit from MarkUpExtension class?

+1  A: 

Take a look at this. Just add that functionality onto your class and it should work. Make sure there's no public constructor of any kind.

RCIX