Method | Description | |
---|---|---|
Clone ( ) : object | ||
CookieState ( string name ) : System.Collections.Specialized | ||
CookieState ( string name, |
||
CookieState ( string name, string value ) : System.Collections.Specialized | ||
ToString ( ) : string | ||
this ( string name ) : string |
Method | Description | |
---|---|---|
CheckNameFormat ( string name, string parameterName ) : void | ||
CheckValueFormat ( string value, string parameterName ) : void | ||
CookieState ( |
public CookieState ( string name ) : System.Collections.Specialized | ||
name | string | |
return | System.Collections.Specialized |
public CookieState ( string name, |
||
name | string | |
values | ||
return | System.Collections.Specialized |
public CookieState ( string name, string value ) : System.Collections.Specialized | ||
name | string | |
value | string | |
return | System.Collections.Specialized |