ServiceApiExplorer.ShouldExploreController 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.
public override bool ShouldExploreController (string controllerVariableValue, System.Web.Http.Controllers.HttpControllerDescriptor controllerDescriptor, System.Web.Http.Routing.IHttpRoute route);
override this.ShouldExploreController : string * System.Web.Http.Controllers.HttpControllerDescriptor * System.Web.Http.Routing.IHttpRoute -> bool
Public Overrides Function ShouldExploreController (controllerVariableValue As String, controllerDescriptor As HttpControllerDescriptor, route As IHttpRoute) As Boolean
Parameters
- controllerVariableValue
- String
- controllerDescriptor
- System.Web.Http.Controllers.HttpControllerDescriptor
- route
- System.Web.Http.Routing.IHttpRoute