7 lines
111 B
C#
7 lines
111 B
C#
|
namespace System.Web.Mvc {
|
|||
|
public enum JsonRequestBehavior {
|
|||
|
AllowGet,
|
|||
|
DenyGet,
|
|||
|
}
|
|||
|
}
|