enum classes MVC calling from controller
- by WingMan20-10
if i create my enum class in the global.ascx in MVC, is there a way i can call that class from a controller.
ie
i do this in my global.ascx class
volume myVolume = volume.Low
is there a way i can find out what i set myVolume to from a controller.