Esempio n. 1
0
 public HttpRequestValueAttribute(HttpRequestParameterType type)
 {
     this.Type = type;
 }
Esempio n. 2
0
 public HttpRequestValueAttribute(string realName, HttpRequestParameterType type)
 {
     this.Type = type;  this.RealName = realName;
 }