7 lines
111 B
C#
Raw Normal View History

namespace System.Web.Mvc {
public enum JsonRequestBehavior {
AllowGet,
DenyGet,
}
}