ApiExplorer::ShouldExploreController Method
Determines whether the controller should be considered for ApiDescriptions generation. Called when initializing the ApiDescriptions.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
public: virtual bool ShouldExploreController( String^ controllerVariableValue, HttpControllerDescriptor^ controllerDescriptor, IHttpRoute^ route )
Parameters
- controllerVariableValue
- Type: System::String
The controller variable value from the route.
- controllerDescriptor
- Type: System.Web.Http.Controllers::HttpControllerDescriptor
The controller descriptor.
- route
- Type: System.Web.Http.Routing::IHttpRoute
The route.
Return Value
Type: System::Booleantrue if the controller should be considered for ApiDescriptions generation, false otherwise.
Show: