Dundas. |
| Class | Description | |
|---|---|---|
| ApplicationUriHelper | Contains helper methods for getting application-specific URIs. | |
| CleanException | A clean exception doesn't have a stack trace. | |
| CorsPolicyProvider | Implementation for CORS handling. | |
| ExceptionHelper | A class to help with processing exceptions. | |
| FormFileAttribute | An attribute marks a REST API method as one required a multipart/form-data OpenAPI body with a file property in it. | |
| GenericExceptionFilterAttribute | Our filter for ensuring no exceptions ever go out without proper formatting to the client from a REST call. | |
| HttpRequestExtensions | Extension methods for HttpRequest objects. | |
| KeyValuePairData | A key value pair to make JSON objects nicer for IDictionary properties. | |
| KeyValuesPairData | A key values pair to make JSON objects nicer for IDictionary properties (where values are multiple). | |
| NumberJsonConverter | Converts a JSON decimal value to Number. | |
| PairT1, T2 | Represents a pair of items. This should be used with caution, as setting item1 and item2 is not nice from JSON. | |
| WebApiConfig | Configuration class for Web API (default routing). | |
| WebApiConstants | Constants pertaining to the Web API. | |
| WebCallerContextService | Implementation of ICallerContextService for ASP.NET web sites. |