TableControllerConfigProvider.Configure Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the settings specific for controllers of type TableController<TData>.
public virtual void Configure(System.Web.Http.Controllers.HttpControllerSettings controllerSettings, System.Web.Http.Controllers.HttpControllerDescriptor controllerDescriptor);
abstract member Configure : System.Web.Http.Controllers.HttpControllerSettings * System.Web.Http.Controllers.HttpControllerDescriptor -> unit
override this.Configure : System.Web.Http.Controllers.HttpControllerSettings * System.Web.Http.Controllers.HttpControllerDescriptor -> unit
Public Overridable Sub Configure (controllerSettings As HttpControllerSettings, controllerDescriptor As HttpControllerDescriptor)
Parameters
- controllerSettings
- System.Web.Http.Controllers.HttpControllerSettings
The System.Web.Http.Controllers.HttpControllerSettings for this controller type.
- controllerDescriptor
- System.Web.Http.Controllers.HttpControllerDescriptor
The System.Web.Http.Controllers.HttpControllerDescriptor for this controller type.