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