View Source
Interface IOperationIdHandler
Assembly: Umbraco.Cms.Api.Common.dll
Syntax
public interface IOperationIdHandler
Methods
View Source
CanHandle(ApiDescription)
Declaration
bool CanHandle(ApiDescription apiDescription)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription |
apiDescription |
|
Returns
| Type |
Description |
| System.Boolean |
|
View Source
Handle(ApiDescription)
Declaration
string Handle(ApiDescription apiDescription)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription |
apiDescription |
|
Returns
| Type |
Description |
| System.String |
|