Property | Type | Description | |
---|---|---|---|
CollectApiDescriptions | void | ||
GetApiDescriptionsByController | IEnumerable |
||
GetDocs |
Method | Description | |
---|---|---|
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
Executes each request to give either a JSON Swagger spec doc or passes through the request
|
Method | Description | |
---|---|---|
CollectApiDescriptions ( ) : void | ||
GetApiDescriptionsByController ( string controllerName ) : IEnumerable |
||
GetDocs ( System.Web.Http.Controllers.HttpActionContext actionContext ) : |
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | Context of the action |
return | void |