enum classes MVC calling from controller
Posted
by WingMan20-10
on Stack Overflow
See other posts from Stack Overflow
or by WingMan20-10
Published on 2010-03-31T18:21:42Z
Indexed on
2010/03/31
18:33 UTC
Read the original article
Hit count: 240
ASP.NET
|asp.net-mvc
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.
© Stack Overflow or respective owner