7 references to
System.Web (7)
UI\WebControls\ControlParameter.cs (1)
63
public ControlParameter(string name, TypeCode type, string controlID, string propertyName) :
base
(name, type) {
UI\WebControls\CookieParameter.cs (1)
51
public CookieParameter(string name, TypeCode type, string cookieName) :
base
(name, type) {
UI\WebControls\FormParameter.cs (1)
52
public FormParameter(string name, TypeCode type, string formField) :
base
(name, type) {
UI\WebControls\ProfileParameter.cs (1)
42
public ProfileParameter(string name, TypeCode type, string propertyName) :
base
(name, type) {
UI\WebControls\QueryStringParameter.cs (1)
52
public QueryStringParameter(string name, TypeCode type, string queryStringField) :
base
(name, type) {
UI\WebControls\RouteParameter.cs (1)
49
public RouteParameter(string name, TypeCode type, string routeKey) :
base
(name, type) {
UI\WebControls\SessionParameter.cs (1)
52
public SessionParameter(string name, TypeCode type, string sessionField) :
base
(name, type) {