DefaultApiConventions.Find(Object) Method

Definition

Find convention.

public:
 static void Find(System::Object ^ id);
[Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatch(Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior.Prefix)]
[Microsoft.AspNetCore.Mvc.ProducesDefaultResponseType]
[Microsoft.AspNetCore.Mvc.ProducesResponseType(200)]
[Microsoft.AspNetCore.Mvc.ProducesResponseType(404)]
public static void Find (object id);
[<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatch(Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior.Prefix)>]
[<Microsoft.AspNetCore.Mvc.ProducesDefaultResponseType>]
[<Microsoft.AspNetCore.Mvc.ProducesResponseType(200)>]
[<Microsoft.AspNetCore.Mvc.ProducesResponseType(404)>]
static member Find : obj -> unit
Public Shared Sub Find (id As Object)

Parameters

id
Object
Attributes

Applies to