DefaultApiConventions.Get(Object) Method

Definition

Get convention.

public:
 static void Get(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 Get (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 Get : obj -> unit
Public Shared Sub Get (id As Object)

Parameters

id
Object
Attributes

Applies to