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