Abstract
Base class for API controllers. Provides access to the current HTTP context as protected fields, and convenience method for applying JSON patches.
Protected
Logger instance for this controller.
The current HTTP request context.
The current HTTP response context.
Apply a set of JSON patch operations to an object instance.
The type of object to be patched.
The operations to apply.
The object instance to apply operations to.
Base class for API controllers. Provides access to the current HTTP context as protected fields, and convenience method for applying JSON patches.