Method | Description | |
---|---|---|
Register ( System.Web.Http.HttpConfiguration config ) : void |
Register the configuration.
|
Method | Description | |
---|---|---|
ConfigureFormatters ( System.Web.Http.HttpConfiguration configuration ) : void |
Configures formatters.
|
|
CreateResolver ( ) : IContractResolver |
Creates an instance of the resource contract resolver for the configured model.
|
public static Register ( System.Web.Http.HttpConfiguration config ) : void | ||
config | System.Web.Http.HttpConfiguration | The configuration. |
return | void |