Compartir a través de


DefaultApiConventions.Edit(Object, Object) Método

Definición

Editar convención.

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

Parámetros

id
Object
model
Object
Atributos

Se aplica a