ITableControllerConfigProvider.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 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
Public 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.