Property | Type | Description |
---|
Method | Description | |
---|---|---|
CookieParameter ( ) : System.Collections | ||
CookieParameter ( string name, DbType dbType, string cookieName ) : System.Collections | ||
CookieParameter ( string name, TypeCode type, string cookieName ) : System.Collections | ||
CookieParameter ( string name, string cookieName ) : System.Collections |
Method | Description | |
---|---|---|
Clone ( ) : System.Web.UI.WebControls.Parameter | ||
CookieParameter ( |
||
Evaluate ( HttpContext ctx, Control control ) : object |
protected Clone ( ) : System.Web.UI.WebControls.Parameter | ||
return | System.Web.UI.WebControls.Parameter |
public CookieParameter ( ) : System.Collections | ||
return | System.Collections |
protected CookieParameter ( |
||
original | ||
return | System.Collections |
public CookieParameter ( string name, DbType dbType, string cookieName ) : System.Collections | ||
name | string | |
dbType | DbType | |
cookieName | string | |
return | System.Collections |
public CookieParameter ( string name, TypeCode type, string cookieName ) : System.Collections | ||
name | string | |
type | TypeCode | |
cookieName | string | |
return | System.Collections |
public CookieParameter ( string name, string cookieName ) : System.Collections | ||
name | string | |
cookieName | string | |
return | System.Collections |
protected Evaluate ( HttpContext ctx, Control control ) : object | ||
ctx | HttpContext | |
control | Control | |
return | object |