Method | Description | |
---|---|---|
HeaderAttribute ( ) : System | ||
HeaderAttribute ( string key ) : System | ||
Initialize ( |
||
Initialize ( |
||
SerializePath ( IPathStack path, object value ) : void | ||
StoreBinding ( IHttpContext context, object value ) : void | ||
TryBinding ( IHttpContext context, IPathStack path, object &obj, int &overloadWeight ) : bool | ||
TryBinding ( IHttpContext context, object &obj ) : bool |
public HeaderAttribute ( string key ) : System | ||
key | string | |
return | System |
public Initialize ( |
||
parameter | ||
return | void |
public Initialize ( |
||
property | ||
return | void |
public SerializePath ( IPathStack path, object value ) : void | ||
path | IPathStack | |
value | 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 |