프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Clone ( ) : System.Web.UI.WebControls.Parameter | ||
CookieParameter ( |
||
Evaluate ( HttpContext ctx, Control control ) : object |
protected Clone ( ) : System.Web.UI.WebControls.Parameter | ||
리턴 | System.Web.UI.WebControls.Parameter |
protected CookieParameter ( |
||
original | ||
리턴 | System.Collections |
public CookieParameter ( string name, DbType dbType, string cookieName ) : System.Collections | ||
name | string | |
dbType | DbType | |
cookieName | string | |
리턴 | System.Collections |
public CookieParameter ( string name, TypeCode type, string cookieName ) : System.Collections | ||
name | string | |
type | TypeCode | |
cookieName | string | |
리턴 | System.Collections |
public CookieParameter ( string name, string cookieName ) : System.Collections | ||
name | string | |
cookieName | string | |
리턴 | System.Collections |
protected Evaluate ( HttpContext ctx, Control control ) : object | ||
ctx | HttpContext | |
control | Control | |
리턴 | object |