Method | Description | |
---|---|---|
ContentDispositionAttribute ( ) : System | ||
ContentDispositionAttribute ( string param ) : System | ||
ContentDispositionAttribute ( string defaultDispositionType, string param ) : 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 ContentDispositionAttribute ( ) : System | ||
return | System |
public ContentDispositionAttribute ( string param ) : System | ||
param | string | |
return | System |
public ContentDispositionAttribute ( string defaultDispositionType, string param ) : System | ||
defaultDispositionType | string | |
param | 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 |