Method | Description | |
---|---|---|
Add ( object key, object value ) : void | ||
GetDictionary ( string key ) : IDictionary | ||
IsDataBound ( string att ) : bool | ||
IsRunAtServer ( ) : bool | ||
TagAttributes ( ) : System | ||
ToString ( ) : string | ||
this ( object key ) : object |
Method | Description | |
---|---|---|
CaseInsensitiveSearch ( string key ) : int | ||
CheckServerKey ( object key ) : void | ||
MakeHash ( ) : void |
public Add ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public GetDictionary ( string key ) : IDictionary | ||
key | string | |
return | IDictionary |