프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SaveInHttpContext | bool |
메소드 | 설명 | |
---|---|---|
GetIntProperty ( string key ) : int | ||
GetProperty ( string key ) : string | ||
SetProperty ( string key, int value ) : void | ||
SetProperty ( string key, string value ) : void |
public static SetProperty ( string key, int value ) : void | ||
key | string | |
value | int | |
리턴 | void |
public static SetProperty ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |