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