Method | Description | |
---|---|---|
CookieAttribute ( ) : System | ||
CookieAttribute ( string name ) : System | ||
Initialize ( |
||
Initialize ( |
||
SerializePath ( IPathStack path, object obj ) : void | ||
StoreBinding ( IHttpContext context, object value ) : void | ||
TryBinding ( IHttpContext context, IPathStack path, object &obj, int &overloadWeight ) : bool | ||
TryBinding ( IHttpContext context, object &obj ) : bool |
Method | Description | |
---|---|---|
SerializeBinding ( object value ) : string | ||
TryBinding ( string value, object &obj ) : bool |
public CookieAttribute ( string name ) : System | ||
name | string | |
return | System |
public Initialize ( |
||
parameter | ||
return | void |
public Initialize ( |
||
property | ||
return | void |
protected SerializeBinding ( object value ) : string | ||
value | object | |
return | string |
public SerializePath ( IPathStack path, object obj ) : void | ||
path | IPathStack | |
obj | object | |
return | void |
public StoreBinding ( IHttpContext context, object value ) : void | ||
context | IHttpContext | |
value | object | |
return | void |
public TryBinding ( IHttpContext context, IPathStack path, object &obj, int &overloadWeight ) : bool | ||
context | IHttpContext | |
path | IPathStack | |
obj | object | |
overloadWeight | int | |
return | bool |
public TryBinding ( IHttpContext context, object &obj ) : bool | ||
context | IHttpContext | |
obj | object | |
return | bool |
protected TryBinding ( string value, object &obj ) : bool | ||
value | string | |
obj | object | |
return | bool |