Method | Description | |
---|---|---|
AddConverter ( |
Adds the given converter for the specified type.
|
|
GetConverter ( |
Returns an instance of the correct converter for the given type.
|
public static AddConverter ( |
||
type | The type. | |
converter | The converter. | |
return | void |
public static GetConverter ( |
||
type | The type. | |
return | IQueryParamConverter |